Skip to content

Commit

Permalink
fix for shinyapps.io
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpmillar committed Feb 19, 2024
1 parent 66cde7b commit eefebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file

pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
pkgload::load_all(export_all = TRUE,helpers = FALSE,attach_testthat = FALSE)
options("golem.app.prod" = TRUE)

run_app_icesTEASD() # add parameters here (if any)

0 comments on commit eefebc8

Please sign in to comment.