generated from realxinzhao/gcamdata-clean
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.4 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
Package: gcamfaostat
Type: Package
Title: Prepare, process, and synthesize FAOSTAT data for global agroeconomic and multisector dynamic modeling
Version: 1.1.0
Date: 2025-11-11
Authors@R: c(person("Xin", "Zhao", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-1801-4393")),
person("Maksym", "Chepeliev", role = "aut", comment = c(ORCID = "0000-0001-8585-2314")),
person("Pralit", "Patel", role = "aut", comment = c(ORCID = "0000-0003-3992-1061")),
person("Pacific Northwest National Laboratory", role = "cph"))
Description: Clean and balance agricultural input, trade, and supply-utilization data for GCAM and other global agroeconomic modeling.
License: BSD_2_clause + file LICENSE
URL: https://jgcri.github.io/gcamfaostat
BugReports: https://github.com/jgcri/gcamfaostat/issues
Depends: R (>= 3.1.2)
Imports:
assertthat (>= 0.2),
dplyr (>= 1.0.4),
methods,
magrittr (>= 2.0),
tibble (>= 3.1),
tidyr (>= 1.1.3),
readr (>= 1.4.0),
data.table (>= 1.14.0),
purrr (>= 1.0.1),
ggplot2 (>= 3.3.2),
xml2 (>= 1.3.2),
XML (>= 3.99-0.5),
rlang,
kableExtra
Suggests:
igraph (>= 1.0.1),
testthat (>= 3.0.0),
usethis (>= 1.4.0),
drake (>= 7.13.3),
stringr,
tidyselect,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3