Skip to contents

If the app does not launch, check the active R version and library paths first.

R.version.string
.libPaths()

Then verify package visibility:

library(AnalyticsShinyApp)
run_workstation(launch_browser = FALSE)

If optional capabilities are unavailable, run the dependency installer from the repository root:

Rscript scripts/install_app_dependencies.R

See docs/windows_installation.md and docs/troubleshooting_installation.md for the Windows desktop workflow.