-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.24 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
Package: rgcam
Title: Tools for importing and working with GCAM results
Version: 1.2.0
Authors@R: c(person("Robert", "Link", email = "robert.link@pnnl.gov", role = c("aut", "cre", "lyr", "ard")),
person("Pralit", "Patel", email="pralit.patel@pnnl.gov", role="aut"))
Description: This package provides tools for extracting data from GCAM
output databases and importing that data into R for analysis. The
central concept in rgcam is the "project data file", which
contains an R representation of the GCAM data. The package
provides functions to add results from GCAM queries to a project
file, load data, and perform maintenance on project data (such as
cleaning out unneeded scenarios). The data structures created and
loaded by this package are compatible with the GCAM analysis tools
written and supported by the GCAM team.
SystemRequirements: Java (>= 1.8.0)
Depends:
R (>= 3.2.3)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
stringr (>= 1.2),
lubridate (>= 1.7),
tibble (>= 1.3),
dplyr (>= 0.7),
tidyr (>= 0.7),
readr (>= 1.1),
httr (>= 1.3),
xml2 (>= 1.1)
RoxygenNote: 7.1.1
Suggests: testthat,
covr,
parallel,
knitr,
rmarkdown
VignetteBuilder: knitr