-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 994 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
Package: itmsa
Title: Information-Theoretic Measures for Spatial Association
Version: 0.2.0
Authors@R:
person(given = "Wenbo", family = "Lv",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800"))
Description: Leveraging information-theoretic measures like mutual information and v-measure to quantify spatial associations between patterns (Nowosad and Stepinski (2018) <doi:10.1080/13658816.2018.1511794>; Bai, H. et al. (2023) <doi:10.1080/24694452.2023.2223700>).
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://stscl.github.io/itmsa/, https://github.com/stscl/itmsa
BugReports: https://github.com/stscl/itmsa/issues
Depends:
R (>= 4.1.0)
LinkingTo:
Rcpp,
RcppThread
Imports:
dplyr,
purrr,
sdsfun (>= 0.6.0),
sf
Suggests:
knitr,
Rcpp,
RcppThread,
readr,
rmarkdown,
tibble
VignetteBuilder: knitr