This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-29 12:11:38 +02:00
commit a6251191e5
No known key found for this signature in database
20 changed files with 103 additions and 131 deletions

View file

@ -1 +1 @@
app_version <- function()'v25.4.4.250428'
app_version <- function()'v25.4.4.250429'

View file

@ -11,7 +11,7 @@
#' @examples
#' \dontrun{
#' data(mtcars)
#' shiny_FreesearchR(launch.browser = TRUE)
#' launch_FreesearchR(launch.browser = TRUE)
#' }
launch_FreesearchR <- function(...){
appDir <- system.file("apps", "FreesearchR", package = "FreesearchR")
@ -22,3 +22,4 @@ launch_FreesearchR <- function(...){
a <- shiny::runApp(appDir = paste0(appDir,"/app.R"), ...)
return(invisible(a))
}

Binary file not shown.