-
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.
- Loading branch information
1 parent
6d64b4a
commit 1366873
Showing
5 changed files
with
3,279 additions
and
37 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,5 @@ | ||
data.cached.RData | ||
get & merge utm_polygons.cached.RData | ||
get & merge GridStats.cached.RData | ||
create choiceslist.cached.RData | ||
setup TrIAS data.cached.RData |
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
library(rmarkdown) | ||
|
||
output_dir <- "./output" | ||
output_file <- "IAS_Species_Dashboard" | ||
rmarkdown::shiny_prerendered_clean | ||
|
||
library(rsconnect) | ||
rsconnect::deployApp("./R-scripts/all_species_dashboard.Rmd", appFiles = "./data/", upload = TRUE, forceUpdate = TRUE) | ||
|
||
# output_dir <- "./output" | ||
# output_file <- "IAS_Species_Dashboard" | ||
# | ||
# render("./R-scripts/all_species_dashboard.Rmd", output_dir = output_dir, output_file = output_file, knit_root_dir = getwd(), runtime = "shiny") |
10 changes: 10 additions & 0 deletions
10
...ents/all_species_dashboard.Rmd/shinyapps.io/iasspeciesdashboard/all_species_dashboard.dcf
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: all_species_dashboard | ||
title: | ||
username: | ||
account: iasspeciesdashboard | ||
server: shinyapps.io | ||
hostUrl: https://api.shinyapps.io/v1 | ||
appId: 2424351 | ||
bundleId: 3247902 | ||
url: https://iasspeciesdashboard.shinyapps.io/all_species_dashboard/ | ||
when: 1591718314.25433 |