-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.61 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
Type: Package
Package: brick
Title: Building sector model with heterogeneous renovation and construction of the stock
Version: 0.6.2
Date: 2025-03-19
Authors@R: c(
person("Robin", "Hasse", , "robin.hasse@pik-potsdam.de",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1818-3186")),
person("Ricarda", "Rosemann", , "ricarda.rosemann@pik-potsdam.de",
role = "aut",
comment = c(ORCID = "0009-0006-5939-3197"))
)
Description: This building stock model represents residential and commercial
buildings at customisable regional and temporal resolution. The building
stock is quantified in floor area and distinguished by building type
(SFH/MFH) and location (rural/urban). In each building category,
construction cohorts are tracked explicitly. This allows to characterise
buildings specifically for each subset of buildings. The evolution of the
building stock follows from the flows of constructed, renovated and
demolished buildings and is optimised under cost minimisation with a benefit
for heterogeneity in the choice of construction and renovation alternatives.
This benefit captures heterogeneity in the preferences of the agents and
the building structure.
License: LGPL-3
URL: https://github.com/pik-piam/brick
Depends:
madrat,
magclass
Imports:
dplyr,
ggplot2,
gamstransfer (>= 3.0.1),
gms (>= 0.26.0),
piamutils (>= 0.0.10),
pkgload,
purrr,
quitte,
reportbrick (>= 0.6.0),
scales,
tidyr,
withr,
yaml
Suggests:
covr,
devtools,
testthat
Encoding: UTF-8
RoxygenNote: 7.3.2