-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
64 lines (64 loc) · 1.71 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
Type: Package
Package: mrland
Title: MadRaT land data package
Version: 0.65.0
Date: 2024-11-04
Authors@R: c(
person("Jan Philipp", "Dietrich", , "[email protected]", role = c("aut", "cre")),
person("Abhijeet", "Mishra", role = "aut"),
person("Isabelle", "Weindl", role = "aut"),
person("Benjamin Leon", "Bodirsky", role = "aut"),
person("Xiaoxi", "Wang", role = "aut"),
person("Lavinia", "Baumstark", role = "aut"),
person("Ulrich", "Kreidenweis", role = "aut"),
person("David", "Klein", role = "aut"),
person("Nele", "Steinmetz", role = "aut"),
person("David", "Chen", role = "aut"),
person("Florian", "Humpenoeder", role = "aut"),
person("Patrick", "von Jeetze", role = "aut"),
person("Stephen", "Wirth", role = "aut"),
person("Felicitas", "Beier", role = "aut"),
person("David", "Hoetten", role = "aut"),
person("Pascal", "Sauer", role = "aut"),
person("Jake", "Tommey", role = "aut")
)
Description: The package provides land related data via the madrat
framework.
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/mrland,
https://doi.org/10.5281/zenodo.3822083
BugReports: https://github.com/pik-piam/mrland/issues
Depends:
madrat (>= 1.30),
magclass (>= 6.13.1),
mrcommons (>= 1.41.0),
mrfactors (>= 0.4.0),
mrfaocore (>= 1.0.0),
mrlandcore (>= 1.0.0),
GDPuc (>= 1.3.0),
R (>= 2.10.0)
Imports:
countrycode,
data.table,
dplyr,
magpiesets,
mstools (>= 0.6.0),
ncdf4,
raster,
readxl,
reshape2,
SPEI,
stringr,
terra,
withr
Suggests:
covr,
ggplot2,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2