1- Package: WHEP
2- Title: Who Has Eaten the Planet
3- Version: 0.0 .0.9000
1+ Package: whep
2+ Title: Processing Agro-Environmental Data
3+ Version: 0.1 .0.9000
44Authors@R: c(
55 person("Catalin", "Covaci", , "catalin.covaci@csic.es", role = c("aut", "cre"), comment = c(ORCID = "0009-0005-2186-5972")),
6- person("Eduardo", "Aguilera", , "eduardo.aguilera@csic.es", role = c("aut"), comment = c(ORCID = "0000-0003-4382-124X")),
6+ person("Eduardo", "Aguilera", , "eduardo.aguilera@csic.es", role = c("aut", "cph" ), comment = c(ORCID = "0000-0003-4382-124X")),
77 person("João", "Serra", , "jserra@agro.au.dk", role = c("ctb"), comment = c(ORCID = "0000-0002-3561-5350")),
8- person("Alice", "Beckmann", , "alice.beckmann@cchs.csic.es" , role = c("aut"), comment = c(ORCID = "0009-0009-6840-0258 "))
8+ person("European Research Council" , role = c("fnd "))
99 )
10- Description: Gather historical agricultural and trade data from 1850.
10+ Description: A set of tools for processing and analyzing data developed in the
11+ context of the "Who Has Eaten the Planet" (WHEP) project, funded by the
12+ European Research Council (ERC). For more details on multi-regional
13+ input–output model "Food and Agriculture Biomass Input–Output" (FABIO) see
14+ Bruckner et al. (2019) <doi:10.1021/acs.est.9b03554>.
1115License: MIT + file LICENSE
1216Imports:
17+ cli,
1318 dplyr,
19+ fs,
1420 FAOSTAT,
15- googledrive,
16- httr2,
21+ httr,
1722 mipfp,
23+ nanoparquet,
24+ pins,
1825 purrr,
1926 readr,
2027 rlang,
2128 stringr,
2229 tidyr,
23- readxl,
24- sf,
25- stringi,
26- utils
30+ withr,
31+ yaml
2732Encoding: UTF-8
2833Roxygen: list(markdown = TRUE)
2934RoxygenNote: 7.3.2
@@ -38,7 +43,8 @@ Suggests:
3843 tibble
3944Config/testthat/edition: 3
4045VignetteBuilder: knitr
41- URL: https://eduaguilera.github.io/WHEP , https://github.com/eduaguilera/WHEP
42- BugReports: https://github.com/eduaguilera/WHEP /issues
46+ URL: https://eduaguilera.github.io/whep/ , https://github.com/eduaguilera/whep
47+ BugReports: https://github.com/eduaguilera/whep /issues
4348Depends:
4449 R (>= 3.5)
50+ LazyData: true
0 commit comments