-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
43 lines (43 loc) · 1.13 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
Package: sabre
Version: 0.4.3
Title: Spatial Association Between Regionalizations
Description: Calculates a degree of spatial association between regionalizations
or categorical maps using the information-theoretical V-measure
(Nowosad and Stepinski (2018) <doi:10.1080/13658816.2018.1511794>). It also
offers an R implementation of the MapCurve method
(Hargrove et al. (2006) <doi:10.1007/s10109-006-0025-x>).
Authors@R: c(person("Jakub", "Nowosad",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1057-3721")),
person("Tomasz", "Stepinski",
role = c("aut")),
person("Space Informatics Lab", role = c("cph"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Suggests:
testthat,
covr,
knitr,
rmarkdown,
methods
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends: R (>= 3.3.0)
Imports:
dplyr,
entropy,
raster,
rlang,
sf,
tibble,
tidyr
Enhances:
stars,
terra
VignetteBuilder: knitr
URL: https://jakubnowosad.com/sabre/
BugReports: https://github.com/Nowosad/sabre/issues