-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from JGCRI/dev
HectorUI v3.0
- Loading branch information
Showing
113 changed files
with
5,872 additions
and
18,571 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
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ Type: Package | |
Title: A web-based interactive scenario builder and visualization application for the Hector climate model | ||
Version: 2.0 | ||
Authors@R: c(person("Stephanie", "Pennington", email = "[email protected]", role = c("aut", "cre")), | ||
person("Ciara", "Donegan", email = "[email protected]", role = "aut"), | ||
person("Chris", "Vernon", email = "[email protected]", role = "aut"), | ||
person("Stephanie", "Waldhoff", email = "[email protected]", role = "aut"), | ||
person("Abigail", "Snyder", email = "[email protected]", role = "aut"), | ||
|
@@ -14,10 +15,8 @@ License: GPL-3 | |
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
maps, | ||
remotes, | ||
shiny, | ||
shinyjs, | ||
devtools, | ||
dplyr, | ||
plotly, | ||
|
@@ -26,20 +25,17 @@ Imports: | |
shinyBS, | ||
shinythemes, | ||
shinyWidgets, | ||
stringr, | ||
shinycustomloader, | ||
markdown | ||
stringr | ||
Depends: | ||
R (>= 3.6.0), | ||
hector, | ||
fldgen | ||
hector (>= 3.2.0) | ||
Suggests: | ||
testthat (>= 2.1.0), | ||
knitr, | ||
rmarkdown, | ||
pkgdown | ||
Remotes: | ||
github::JGCRI/hector, | ||
github::JGCRI/hector@v3.2.0, | ||
github::JGCRI/[email protected] | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.3.1 | ||
VignetteBuilder: knitr |
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,18 +1,4 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(get_globalCapabilities) | ||
export(get_globalColorScales) | ||
export(get_globalParameters) | ||
export(get_globalParamsCESM1BGC) | ||
export(get_globalParamsCanESM2) | ||
export(get_globalParamsDefault) | ||
export(get_globalParamsGFDLESM2G) | ||
export(get_globalParamsMIROCESM) | ||
export(get_globalParamsMPIESMLR) | ||
export(get_globalParamsMRIESM1) | ||
export(get_globalPrecipPatterns) | ||
export(get_globalScenarioColors) | ||
export(get_globalScenarios) | ||
export(get_globalTempPatterns) | ||
export(get_globalVars) | ||
export(get_rcps) | ||
export(get_scenarios) | ||
export(get_titles) |
Oops, something went wrong.