forked from pik-piam/edgeTransport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.48 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
Package: edgeTransport
Title: Prepare EDGE Transport Data for the REMIND model
Version: 2.5.0
Authors@R: c(
person("Johanna", "Hoppe", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0004-6753-5090")),
person("Alois", "Dirnaichner", email = "[email protected]", role = "aut"),
person("Marianna", "Rottoli", email = "[email protected]", role = "aut"),
person("Jarusch", "Muessel", , "[email protected]", role = "aut"))
Description: EDGE-T is a fork of the GCAM transport module https://jgcri.github.io/gcam-doc/energy.html#transportation with a high level of detail in its representation of technological and modal options. It is a partial equilibrium model with a nested multinomial logit structure and relies on the modified logit formulation. Most of the sources are not publicly available. PIK-internal users can find the sources in the distributed file system in the folder `/p/projects/rd3mod/inputdata/sources/EDGE-Transport-Standalone`.
Depends:
R (>= 3.5.0),
data.table (>= 1.11.0),
mrtransport (>= 0.6.0)
License: GPL-3
URL: https://github.com/pik-piam/edgeTransport
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Date: 2024-09-11
Config/testthat/edition: 3
Imports:
rmndt,
magclass,
rootSolve,
madrat,
magrittr,
gdx,
gdxrrw,
zoo,
gdxdt,
reporttransport (>= 0.0.13)
Suggests:
testthat (>= 3.0.0),
knitr,
markdown,
covr