-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.07 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
Type: Package
Package: mredgebuildings
Title: Prepare data to be used by the EDGE-Buildings model
Version: 0.7.8
Date: 2024-12-03
Authors@R: c(
person("Robin", "Hasse", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1818-3186")),
person("Pascal", "Führlich", , "[email protected]", role = "aut"),
person("Antoine", "Levesque", role = "aut"),
person("Hagen", "Tockhorn", role = "aut")
)
Description: Prepare data to be used by the EDGE-Buildings model.
License: MIT + file LICENSE
URL: https://github.com/pik-piam/mredgebuildings
Depends:
madrat (>= 2.8.1),
magclass (>= 6.11.0),
mrdrivers (>= 1.0.0),
mrcommons (>= 1.35.0),
mrremind (>= 0.199.1)
Imports:
brick (>= 0.5.10),
dplyr,
GDPuc,
ncdf4,
openxlsx,
purrr,
plyr,
pracma,
raster,
rlang,
stringr,
terra,
quadprog,
quitte,
readxl,
tidyr,
zoo
Suggests:
covr,
lucode2,
pdftools,
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2