-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
62 lines (62 loc) · 1.72 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
Type: Package
Package: mrmagpie
Title: madrat based MAgPIE Input Data Library
Version: 1.53.0
Date: 2024-11-21
Authors@R: c(
person("Kristine", "Karstens", , "[email protected]", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "[email protected]", role = "aut"),
person("David", "Chen", role = "aut"),
person("Michael", "Windisch", role = "aut"),
person("Marcos", "Alves", role = "aut"),
person("Felicitas", "Beier", , "[email protected]", role = "aut"),
person("Alexandre", "Köberle", , "[email protected]", role = "aut"),
person("Patrick", "v. Jeetze", , "[email protected]", role = "aut"),
person("Abhijeet", "Mishra", , "[email protected]", role = "aut"),
person("Florian", "Humpenoeder", , "[email protected]", role = "aut"),
person("Pascal", "Sauer", , "[email protected]", role = "aut")
)
Description: Provides functions for MAgPIE country and cellular input data
generation.
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/mrmagpie,
https://doi.org/10.5281/zenodo.4319612
BugReports: https://github.com/pik-piam/mrmagpie/issues
Depends:
madrat (>= 2.8.0),
magclass (>= 3.17),
mrcommons (>= 1.41.0),
mrlandcore (>= 1.1.0),
mrland (>= 0.59.0),
mrsoil (>= 2.0.0),
mrwater (>= 1.13.0),
R (>= 3.5.0)
Imports:
abind,
class,
digest,
dplyr,
ggplot2,
lpjclass,
luplot (>= 3.64.0),
magpiesets,
mstools (>= 0.6.0),
ncdf4,
pbapply,
raster,
readxl,
stats,
stringr,
terra (>= 1.7.18),
tidyr,
withr
Suggests:
covr,
knitr,
rmarkdown,
zip
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2