Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion exec/make_app_from_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ dir.create(opt$output_directory, showWarnings = FALSE)
saveRDS(myesel, file = file.path(opt$output_directory, "data.rds"))
writeLines(
c(
'# See installation instructions at:',
'# https://github.com/pinin4fjords/shinyngs?tab=readme-ov-file#installation',
"library(shinyngs)",
"library(markdown)",
'esel <- readRDS("data.rds")',
Expand All @@ -346,7 +348,7 @@ writeLines(
)

# If deployment has been indicated, try to do that. Needs SHINYAPPS_SECRET AND
# SHINYAPPS_TOKEN to be set in the evironment
# SHINYAPPS_TOKEN to be set in the environment

if (opt$deploy_app) {
library(rsconnect)
Expand Down
Loading