-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.06 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
Package: mrtransport
Title: Input data generation for the EDGE-Transport model
Version: 0.11.3
Authors@R: c(
person("Johanna", "Hoppe", , "johanna.hoppe@pik-potsdam.de", role = c("aut", "cre"),
comment = c(ORCID = "0009-0004-6753-5090")),
person("Jarusch", "Muessel", , "jarusch.muessel@pik-potsdam.de", role = c("aut"),
comment = c(ORCID = "0000-0002-1857-7866")),
person("Alex K.", "Hagen", , "alex.hagen@pik-potsdam.de", role = c("aut"), comment = c(ORCID = "0000-0003-4793-8664")),
person("Alois", "Dirnaichner", role = "aut"))
Description: The mrtransport package contains data preprocessing for the
EDGE-Transport model.
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/mrtransport
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
madrat (>= 3.7.1),
mrcommons,
mrdrivers (>= 2.0.0)
Imports:
data.table,
dplyr,
GDPuc (>= 1.3.0),
gdx,
magclass,
magrittr,
readxl,
rlang,
rmndt,
stringr,
tidyr,
tidyselect,
utils,
zoo
Date: 2025-03-07