-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: argus
Title: Interactive data visualizations
Version: 0.1.0
Authors@R: c(person("Zarrar", "Khan", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID ="0000-0002-8147-8553")),
person("Sean", "Tang", role = c("aut")),
person("Anna", "Warmka", role = c("aut"), comment = c(ORCID="0000-0001-6790-4512")),
person("Chris", "Vernon", role = c("aut"), comment = c(ORCID="0000-0002-3406-6214")),
person("Mengqi", "Zhao", role = c("aut"), comment = c(ORCID="0000-0001-5385-2758")),
person("Thomas", "Wild", role = c("aut"), comment = c(ORCID="0000-0002-6045-7729")))
Description: R shiny package to interactively visualize data across scenarios, parameters and regions.
URL: https://github.com/JGCRI/argus
BugReports: https://github.com/JGCRI/argus/issues
License: BSD 2-Clause "Simplified" License
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
rmap,
rgcam,
jgcricolors,
gcamextractor,
tools,
shiny,
shinyFiles,
shinythemes,
DT,
leaflet,
shinyalert,
shinyWidgets,
shinyjs,
plotly,
sf,
shinyBS,
knitr (>= 1.20),
dplyr,
magrittr,
data.table,
zip,
XML,
stringr,
tibble,
tidyr,
cowplot,
ggplot2,
xfun,
scales,
mvbutils,
markdown,
rmarkdown
Remotes:
github::JGCRI/rmap,
github::JGCRI/rgcam,
github::JGCRI/jgcricolors,
github::JGCRI/gcamextractor
VignetteBuilder:
knitr
Depends:
R (>= 2.10)
Suggests:
testthat