1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/web.R
5 \title{Launch the Rnaught Web Application}
10 A Shiny app object for the Rnaught web application.
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
18 The following dependencies are required to run the application:
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}
26 If any of the above packages are missing during launch, a prompt will appear
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()}}).