-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
36 lines (36 loc) · 1.03 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
Package: lczexplore
Title: lczexplore
Version: 0.0.1.0029
Authors@R: c(
person("Matthieu", "Gousseff", , "matthieu.gousseff@univ-ubs.fr", role = c("aut", "cre")),
person(, "Centre National de la Recherche Scientifique, Lab-Sticc", role = "cph", comment = c(ORCID = "0000-0002-7106-2677"))
)
Description: This lczexplore package automatize the comparison of sets of local climate zone classifications. It was developed thanks to the project PAENDORA2 (Pour la gestion du confort estival : Donnees, Outils et Recherche-Action) (2022 -2025), funded by ADEME.
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: RColorBrewer,
cowplot,
dplyr,
forcats,
ggplot2,
magrittr,
sf,
terra,
tidyr,
units,
rlang,
grDevices,
methods
Suggests:
tinytest,
knitr,
rmarkdown,
testthat (>= 3.0.0),
png,
markdown
Config/testthat/edition: 3
LazyData: true
Depends:
R (>= 2.10)