-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
55 lines (55 loc) · 1.41 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
Package: gcamreport
Title: gcamreport
Version: 1.0.0
Authors@R: c(person("Clàudia", "Rodés-Bachs", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6696-7685")),
person("Jon", "Sampedro", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-2277-1530")),
person("Russell", "Horowitz", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-0270-3127")),
person("Dirk-Jan", "Van de Ven", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-9120-564X")))
Description: R package to produce standard IPCC reports from GCAM output.
URL: https://github.com/bc3LC/gcamreport
BugReports: https://github.com/bc3LC/gcamreport/issues
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
usethis,
markdown,
rlang,
readr,
magrittr,
dplyr,
tibble,
tidyr,
rgcam,
ggplot2,
stringr,
here,
xml2,
shiny,
shinyTree,
shinyWidgets,
shinydashboard,
shinyjs,
writexl,
readxl,
rrapply (>= 1.2.6),
rpackageutils
Suggests:
knitr,
rprojroot,
rmarkdown,
testthat (>= 3.0.0),
devtools,
remotes
Remotes:
github::JGCRI/rgcam,
github::JGCRI/rpackageutils
VignetteBuilder:
knitr
Config/testthat/edition: 3