-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.08 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
Package: gcamrpt
Title: Convert GCAM results to the format required by various IAM experiment databases
Version: 0.5
Authors@R: c(
person("Robert", "Link", email = "[email protected]", role = c("aut", "cre")),
person("Xavier", "Gutierrez", email = "[email protected]", role = c("aut"))
)
Description: Provide functions for converting GCAM output into the format used by most
IAM experiments to enter results into their databases. Users provide a table of
desired outputs, along with options (such as filtering and aggregation), and the
package runs the necessary GCAM queries (no more than once per query) and passes
the results to the functions that produce the output.
Depends: R (>= 3.3.0)
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
rgcam (>= 0.5.0),
readr (>= 1.1.1),
dplyr (>= 0.7.4),
tidyr (>= 0.6),
stringr (>= 1.2.0),
assertthat (>= 0.2.0),
lubridate (>= 1.6.0),
magrittr (>= 1.5),
openxlsx (>= 4.0.17)
Remotes:
JGCRI/rgcam
RoxygenNote: 6.1.1
Suggests:
testthat,
lazyeval,
covr