-
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 #51 from JGCRI/dev
HectorUI v2.0
- Loading branch information
Showing
16 changed files
with
347 additions
and
303 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## HectorUI `[version]` | ||
|
||
### Type of Change | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
### Highlights ✨ | ||
|
||
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
||
- | ||
|
||
### Bug Fixes 👾 | ||
- | ||
|
||
### New Features 💡 | ||
- |
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 |
---|---|---|
|
@@ -77,3 +77,4 @@ rsconnect | |
inst/shinyApp/temp.ini | ||
inst/shinyApp/test.ini | ||
packrat/lib*/ | ||
inst/shinyApp/lhs.R |
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,26 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: HectorUI | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- family-names: Pennington | ||
given-names: Stephanie | ||
email: [email protected] | ||
affiliation: Pacific Northwest National Laboratory | ||
orcid: 'https://orcid.org/0000-0003-2685-1092' | ||
- given-names: Chris R | ||
family-names: Vernon | ||
email: [email protected] | ||
affiliation: Pacific Northwest National Laboratory | ||
orcid: 'https://orcid.org/0000-0002-3406-6214' | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.3603215 | ||
license: GPL-3.0 | ||
version: '2.0' | ||
date-released: '2022-04-01' |
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,19 +1,19 @@ | ||
Package: hectorui | ||
Type: Package | ||
Title: A web-based interactive scenario builder and visualization application for the Hector climate model | ||
Version: 1.1.4 | ||
Version: 2.0 | ||
Authors@R: c(person("Stephanie", "Pennington", email = "[email protected]", role = c("aut", "cre")), | ||
person("Chris", "Vernon", email = "[email protected]", role = "aut"), | ||
person("Stephanie", "Waldhoff", email = "[email protected]", role = "aut"), | ||
person("Abigail", "Snyder", email = "[email protected]", role = "aut"), | ||
person("Jason", "Evanoff", email = "[email protected]", role = "aut"), | ||
person("Corinne", "Hartin", email = "[email protected]", role = "aut")) | ||
Maintainer: Stephanie Pennington <[email protected]> | ||
Description: Provides a simple visual, interactive web interface for the simple climate model Hector from JGCRI. | ||
Description: Provides a simple visual, interactive web interface for the simple climate model Hector from JGCRI. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
Imports: | ||
maps, | ||
remotes, | ||
shiny, | ||
|
@@ -32,16 +32,14 @@ Imports: | |
Depends: | ||
R (>= 3.6.0), | ||
hector, | ||
fldgen, | ||
ggthemr | ||
fldgen | ||
Suggests: | ||
testthat (>= 2.1.0), | ||
knitr, | ||
rmarkdown, | ||
pkgdown | ||
Remotes: | ||
github::JGCRI/[email protected], | ||
github::JGCRI/[email protected], | ||
github::cttobin/[email protected] | ||
github::JGCRI/hector, | ||
github::JGCRI/[email protected] | ||
RoxygenNote: 7.1.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
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 |
---|---|---|
|
@@ -17,8 +17,10 @@ To navigate directly to the `hectorui` app **CLICK the following image**: | |
|
||
To install hectorui as an R package for local use, please follow these steps in your R command line: | ||
|
||
- library(devtools) | ||
- devtools::install_github("JGCRI/hectorui") | ||
```R | ||
library(devtools) | ||
devtools::install_github("JGCRI/hectorui") | ||
``` | ||
|
||
## Developing Locally | ||
How you launch the app after installation depends on your R environment. See the following. | ||
|
@@ -38,7 +40,9 @@ Users familiar with R Shiny can add new features by working directly in the `hec | |
|
||
## Contributing to `hectorui` | ||
|
||
We welcome contributions to `hectorui` from the development community. Please contact us if you want to collaborate! The `hectorui` GitHub repository is accessible here: [`hector-ui` GitHub Repository](https://github.com/JGCRI/hectorui) | ||
We welcome contributions to `hectorui` from the development community. Join in | ||
on the conversation at the [`hector-ui` GitHub Discussions page](https://github.com/JGCRI/hectorui/discussions) or contact us if you want to | ||
collaborate! | ||
|
||
For more information about contributing, please contact Stephanie Pennington at [email protected] or Chris Vernon at [email protected] | ||
|
||
|
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
Oops, something went wrong.