-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add to shinyio and packages, r code to support load
- Loading branch information
1 parent
6b49f90
commit ef6f1f1
Showing
5 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ $run_dev.* | |
^data/models$ | ||
|
||
^fct_model_tables\.R$ | ||
^app\.R$ | ||
^rsconnect$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ Imports: | |
leaflet, | ||
magrittr, | ||
patchwork, | ||
pkgload, | ||
shiny (>= 1.8.0), | ||
shinydashboard, | ||
shinyWidgets, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Disabling shiny autoload | ||
|
||
# See ?shiny::loadSupport for more information |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |