-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.2 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
Package: CRiSp
Title: Automate the Delineation of Urban River Spaces
Version: 0.0.0.9000
Authors@R: c(
person("Claudiu", "Forgaci", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3218-5102")),
person("Francesco", "Nattino", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3286-0139")),
person("Netherlands eScience Center", , , "[email protected]", role = "fnd")
)
Description: CRiSp (City River Spaces) provides tools to automate the
morphological delineation of riverside urban areas.
License: Apache License (>= 2)
URL: https://cityriverspaces.github.io/CRiSp/
BugReports: https://github.com/CityRiverSpaces/crisp/issues
Depends:
R (>= 2.10)
Imports:
dbscan,
dplyr,
lwgeom,
osmdata,
rcoins,
rlang,
rstac,
sf,
sfheaders,
sfnetworks,
stringr,
terra,
tibble,
tidygraph,
units
Suggests:
ggplot2,
gridExtra,
knitr,
purrr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Remotes:
github::CityRiverSpaces/rcoins