inst/shiny/GUI/startGUI.r

appDir <- system.file("shiny", "GUI", package = "RALSA")
if (appDir == "") {
  stop("Could not find the app directory. Try re-installing `RALSA`.", call. = FALSE)
}
message(paste0("\nRALSA is running at ", Sys.info()[names(Sys.info()) == "nodename"], " for ", Sys.info()[names(Sys.info()) == "effective_user"], "!"))
shiny::runApp(appDir = appDir, display.mode = "normal", quiet = TRUE, host = "127.0.0.1", port = 3838)

Try the RALSA package in your browser

Any scripts or data that you put into this service are public.

RALSA documentation built on April 4, 2025, 2:39 a.m.