-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
55 lines (55 loc) · 1.43 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
Type: Package
Package: mrindustry
Title: input data generation for the REMIND industry module
Version: 0.4.2
Date: 2024-11-06
Authors@R: c(
person(given = "Falk", family = "Benke", email = "[email protected]",
role = c("aut", "cre")),
person(given = "Jakob", family = "Dürrwächter",
email = "[email protected]", role = "aut"),
person("Renato", "Rodrigues", email = "[email protected]",
role = "aut"),
person(given = "Simón", family = "Moreno-Leiva",
email = "[email protected]", role = "aut"),
person(given = "Lavinia", family = "Baumstark",
email = "[email protected]", rol = "aut"),
person(given = "Michaja", family = "Pehl",
email = "[email protected]", role = "aut")
)
Description: The mrindustry packages contains data preprocessing for the
REMIND model.
License: LGPL-3
URL: https://github.com/pik-piam/mrindustry
Depends:
R (>= 2.10.0),
Imports:
assertr,
broom,
car,
countrycode,
data.table,
dplyr,
GDPuc (>= 1.3.0),
ggplot2,
Hmisc,
madrat (>= 3.7.1),
magclass (>= 6.16.1),
magrittr,
mrdrivers (>= 4.0.0),
purrr,
quitte (>= 0.3105.0),
readODS,
readr,
readxl,
reshape2,
rlang,
tibble,
tidyr,
tidyselect,
zoo,
Suggests:
mrremind (>= 0.195.0),
testthat,
Encoding: UTF-8
RoxygenNote: 7.3.2