Skip to content

Commit

Permalink
add to shinyio and packages, r code to support load
Browse files Browse the repository at this point in the history
  • Loading branch information
caitobrien committed Jul 31, 2024
1 parent 6b49f90 commit ef6f1f1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ $run_dev.*
^data/models$

^fct_model_tables\.R$
^app\.R$
^rsconnect$
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Imports:
leaflet,
magrittr,
patchwork,
pkgload,
shiny (>= 1.8.0),
shinydashboard,
shinyWidgets,
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)
HydroSurvDOYTEMP::run_app() # add parameters here (if any)
10 changes: 10 additions & 0 deletions rsconnect/shinyapps.io/csobrien/hydrosurvdoytemp.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: hydrosurvdoytemp
title: HydroSurvDOYTEMP
username: csobrien
account: csobrien
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 12391610
bundleId: 8930250
url: https://csobrien.shinyapps.io/hydrosurvdoytemp/
version: 1

0 comments on commit ef6f1f1

Please sign in to comment.