-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
41 lines (41 loc) · 1.37 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: hectorui
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"),
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.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
remotes,
shiny,
devtools,
dplyr,
plotly,
ggplot2,
shinyalert,
shinyBS,
shinythemes,
shinyWidgets,
stringr
Depends:
R (>= 3.6.0),
hector (>= 3.2.0)
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
pkgdown
Remotes:
github::JGCRI/[email protected],
github::JGCRI/[email protected]
RoxygenNote: 7.3.1
VignetteBuilder: knitr