ShinyItemAnalysis_options {ShinyItemAnalysis} | R Documentation |
Options consulted by ShinyItemAnalysis
Description
The package and interactive {shiny}
app consult several options that you
can easily set via options()
. Moreover, there is some behavior that can be
changed through environment variables.
Options
Options are set with options(<option> = <value>)
.
-
sia.disable_modules
: You can completely disable SIA modules by setting this toTRUE
. -
sia.modules_repo
: This is the URL for a CRAN-like repository that the app uses to retrieve information about available module packages. -
sia.offer_modules
: If set toTRUE
(the default), callingrun_app()
will check for the available SIA modules at the official repository and offer to install those module packages that are not installed yet.
Environment variables
You can set this variable system-wide or use R
or project-wise .Renviron
file. For more details, please navigate to the R documentation.
-
SIA_MODULES_DEBUG
: Setting this toTRUE
provides a verbose description of SIA modules-related processes. Useful only for debugging purposes.