-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.65 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.65 KB
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
Package: cisp
Title: A Correlation Indicator Based on Spatial Patterns
Version: 0.3.0
Authors@R: c(
person(given = "Wenbo", family = "Lyu",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800")),
person(given = "Yongze", family = "Song",
email = "yongze.song@outlook.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Rui", family = "Qu",
email = "quurui@gmail.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-0575-9537")),
person(given = "Wufan", family = "Zhao",
email = "wufanzhao@hkust-gz.edu.cn",
role = c("aut"),
comment = c(ORCID = "0000-0002-0265-3465")),
person(given = "Nan", family = "Jia",
email = "cannonjia17@gmail.com",
role = c("aut"),
comment = c(ORCID = "0000-0001-8123-7058"))
)
Description: Utilizes 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.3
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.5),
ggplot2,
ggraph,
igraph,
magrittr,
parallel,
purrr,
sdsfun (>= 0.7.0),
sf,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
spEDM
VignetteBuilder: knitr