-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
51 lines (51 loc) · 1006 Bytes
/
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
50
51
Package: GreenExp
Title: Greenspace exposure
Version: 0.0.2
Authors@R:
person("Martijn", "Koster", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
person("Labib", "SM", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4127-2075"))
Description: A robust package to calculte the green spaces
License: use_mit_license()
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
doParallel,
dplyr,
foreach,
magrittr,
purrr,
raster,
Rcpp (>= 1.0.10),
sf,
sfnetworks,
terra,
progress,
tidyr,
graphics,
methods,
utils,
ggplot2,
scales,
reticulate,
rgee,
rstac,
tidygraph,
osmextract,
FNN,
lubridate,
tmaptools,
leaflet,
leaflet.extras
Depends:
R (>= 3.3.0)
LinkingTo:
Rcpp,
Rcpp,
RcppProgress
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: true