Skip to content

Commit

Permalink
Shiny starting app
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Jung committed May 12, 2024
1 parent b569a9d commit 3f36da4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Imports:
leaflet,
sf,
terra,
readr
readr,
pkgload
Suggests:
markdown,
rmarkdown,
Expand Down
3 changes: 3 additions & 0 deletions R/_disable_autoload.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Disabling shiny autoload

# See ?shiny::loadSupport for more information
7 changes: 7 additions & 0 deletions app.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Launch the ShinyApp (Do not remove this comment)
# 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)
options( "golem.app.prod" = TRUE)
ODPSCP::run_app() # add parameters here (if any)

0 comments on commit 3f36da4

Please sign in to comment.