From e920b3e514e717fc05ed524267d3b53e272fec51 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Mon, 6 Jan 2025 23:55:43 +0000 Subject: Update web app entry point - Rename 'app' -> 'web' - Return shiny app object in entry point function --- man/web.Rd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 man/web.Rd (limited to 'man/web.Rd') diff --git a/man/web.Rd b/man/web.Rd new file mode 100644 index 0000000..36bce07 --- /dev/null +++ b/man/web.Rd @@ -0,0 +1,31 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/web.R +\name{web} +\alias{web} +\title{Launch the Rnaught Web Application} +\usage{ +web() +} +\value{ +A Shiny app object for the Rnaught web application. +} +\description{ +This is the entry point of the Rnaught web application, which creates and +returns a Shiny app object. When invoked directly, the web application is +launched. +} +\details{ +The following dependencies are required to run the application: +\itemize{ +\item \href{https://shiny.posit.co}{shiny} +\item \href{https://rstudio.github.io/bslib}{bslib} +\item \href{https://rstudio.github.io/DT}{DT} +\item \href{https://plotly-r.com}{plotly} +} + +If any of the above packages are missing during launch, a prompt will appear +to install them. + +To configure settings such as the port, host or default browser, set Shiny's +global options (see \code{\link[shiny:runApp]{shiny::runApp()}}). +} -- cgit v1.2.3