minor edits

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-15 20:54:37 +01:00
commit d8d11f6da1
No known key found for this signature in database
3 changed files with 4 additions and 448 deletions

View file

@ -18,18 +18,6 @@ shiny_cast <- function(...) {
}
shiny::runApp(appDir = appDir, ...)
# This is from the VarSelLCM
# shiny_cast2 <- function(X){
# check.results(X)
# G <- .GlobalEnv
# assign("resVSLC", X, envir=G)
# a=shiny::runApp(system.file(package="REDCapCAST"),launch.browser = TRUE)
# return(invisible(a))
# }
# shiny::runApp(appDir = here::here("app/"),...)
# ## Need adjustments to run anywhere
}