]> nmode's Git Repositories - Rnaught/blob - man/web.Rd
Update authors
[Rnaught] / man / web.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/web.R
3 \name{web}
4 \alias{web}
5 \title{Launch the Rnaught Web Application}
6 \usage{
7 web()
8 }
9 \value{
10 A Shiny app object for the Rnaught web application.
11 }
12 \description{
13 This is the entry point of the Rnaught web application, which creates and
14 returns a Shiny app object. When invoked directly, the web application is
15 launched.
16 }
17 \details{
18 The following dependencies are required to run the application:
19 \itemize{
20 \item \href{https://shiny.posit.co}{shiny}
21 \item \href{https://rstudio.github.io/bslib}{bslib}
22 \item \href{https://rstudio.github.io/DT}{DT}
23 \item \href{https://plotly-r.com}{plotly}
24 }
25
26 If any of the above packages are missing during launch, a prompt will appear
27 to install them.
28
29 To configure settings such as the port, host or default browser, set Shiny's
30 global options (see \code{\link[shiny:runApp]{shiny::runApp()}}).
31 }