-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.66 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
50
51
52
53
54
Package: cisp
Title: A Correlation Indicator Based on Spatial Patterns
Version: 0.2.0
Authors@R: c(
person(given = "Wenbo", family = "Lv",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800")),
person(given = "Yongze", family = "Song",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Rui", family = "Qu",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-0575-9537")),
person(given = "Wufan", family = "Zhao",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-0265-3465")),
person(given = "Nan", family = "Jia",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-8123-7058"))
)
Description: Use the spatial association marginal contributions derived from spatial stratified heterogeneity to capture the degree of correlation between spatial patterns.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://stscl.github.io/cisp/, https://github.com/stscl/cisp
BugReports: https://github.com/stscl/cisp/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr,
forcats,
gdverse (>= 1.3-2),
ggplot2,
ggraph,
igraph,
magrittr,
parallel,
purrr,
sdsfun (>= 0.7.0),
sf,
tibble,
tidyr
Suggests:
knitr,
rmarkdown
Remotes:
stscl/gdverse
VignetteBuilder: knitr