forked from pik-piam/mrcommons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
86 lines (86 loc) · 2.84 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: mrcommons
Type: Package
Title: MadRat commons Input Data Library
Version: 1.25.19
Date: 2023-02-01
Authors@R: c(person("Benjamin Leon", "Bodirsky", email = "bodirsky@pik-potsdam.de", role = "aut"),
person("Kristine", "Karstens", role = "aut"),
person("Lavinia", "Baumstark", role = "aut"),
person("Isabelle", "Weindl", role = "aut"),
person("Xiaoxi", "Wang", role = "aut"),
person("Abhijeet", "Mishra", role = "aut"),
person("Stephen", "Wirth", role = "aut"),
person("Mishko", "Stevanovic", role = "aut"),
person("Nele", "Steinmetz", role = "aut"),
person("Ulrich", "Kreidenweis", role = "aut"),
person("Renato", "Rodrigues", role = "aut"),
person("Roman", "Popov", role = "aut"),
person("Florian", "Humpenoeder", role = "aut"),
person("Anastasis", "Giannousakis", role = "aut"),
person("Antoine", "Levesque", role = "aut"),
person("David", "Klein", role = "aut"),
person("Ewerton", "Araujo", role = "aut"),
person("Felicitas", "Beier", role = "aut"),
person("Julian", "Oeser", role = "aut"),
person("Michaja", "Pehl", role = "aut"),
person("Debbora", "Leip", role = "aut"),
person("Michael", "Crawford", role = "aut"),
person("Edna", "Molina Bacca", role = "aut"),
person("Patrick", "von Jeetze", role = "aut"),
person("Eleonora", "Martinelli", role = "aut"),
person("Felix", "Schreyer", role = "aut"),
person("Bjoern", "Soergel", role = "aut"),
person("Pascal", "Führlich", role = "aut"),
person("David", "Hötten", role ="aut"),
person("Robin", "Hasse", role ="aut"),
person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = c("aut","cre")))
Description: Provides useful functions and a common structure to all the input data required to run models like MAgPIE
and REMIND of model input data.
Depends:
R (>= 2.10.0),
magclass (>= 3.17),
madrat (>= 2.20.9),
mrdrivers (>= 0.2.1),
mstools
Imports:
data.table,
dplyr,
hdf5r,
GDPuc,
lpjclass,
luscale,
magpiesets (>= 0.44.2),
ncdf4,
nleqslv,
purrr,
quitte,
raster,
terra,
readxl,
reshape2,
rlang,
SPEI,
stringr,
tidyr,
tibble,
withr,
zoo
Suggests:
covr,
HARr,
knitr,
lifecycle,
Rilostat,
rmarkdown,
testthat,
XML
License: LGPL-3 | file LICENSE
URL:
https://github.com/pik-piam/mrcommons,
https://doi.org/10.5281/zenodo.3822009
BugReports: https://github.com/pik-piam/mrcommons/issues
LazyData: no
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)