forked from PhilippVerpoort/posted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.34 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
Package: posted
Title: POSTED: Potsdam open-source techno-economic database
Version: 0.3.0
Authors@R: c(
person(given = "Philipp C.", family = "Verpoort", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1319-5006")),
person(given = "Leo", family = "Heidweiler", role = "aut"),
person(given = "Paul", family = "Effing", role = "aut"))
Description: POSTED is a consistent framework, public database, and open-source toolbox of techno-economic data of energy and climate-mitigation technologies. In particular, it provides a structure and contains actual data on capital expenditure, operational expenditure, energy and feedstock demand, emissions intensities, and other characteristics of conversion, storage, and transportation technologies in the energy and related sectors. The accompanying software code is intended for consistent maintenance of this data and for deriving straight-forward results from them, such as levelised cost, levelised emissions intensities, or marginal abatement cost.
License: MIT
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/PhilippVerpoort/posted/
Collate:
'path.R'
'read.R'
'definitions.R'
'settings.R'
'config.R'
'columns.R'
'units.R'
'masking.R'
'tedf.R'
'noslag.R'
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3