-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 2.14 KB
/
DESCRIPTION
File metadata and controls
70 lines (70 loc) · 2.14 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: gdverse
Title: Analysis of Spatial Stratified Heterogeneity
Version: 1.7
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 = "Yangyang", family = "Lei",
email = "lz20230678@163.com",
role = c("aut"),
comment = c(ORCID = "0009-0002-6518-3613")),
person(given = "Fangmei", family = "Liu",
email = "Sybill548@163.com",
role = c("aut"),
comment = c(ORCID ="0009-0008-8634-7588")),
person(given = "Jianwu", family = "Yan",
email = "yanjw2001@163.com",
role = c("aut"),
comment = c(ORCID = "0000-0001-9411-8453")),
person(given = "Yongze", family = "Song",
email = "yongze.song@outlook.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Wufan", family = "Zhao",
email = "wufanzhao@hkust-gz.edu.cn",
role = c("aut"),
comment = c(ORCID = "0000-0002-0265-3465"))
)
Description: Detecting spatial associations via spatial stratified heterogeneity, accounting for spatial dependencies, interpretability, complex interactions, and robust stratification. In addition, it supports the spatial stratified heterogeneity family described in Lv et al. (2025)<doi:10.1111/tgis.70032>.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://stscl.github.io/gdverse/, https://github.com/stscl/gdverse
BugReports: https://github.com/stscl/gdverse/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr,
forcats,
ggplot2,
magrittr,
parallel,
patchwork,
purrr,
reticulate (>= 1.41.0),
rpart,
scatterpie,
sdsfun (>= 0.7.0),
sf,
stats,
tibble,
tidyr,
utils
Suggests:
cowplot,
itmsa,
knitr,
Rcpp,
readr,
rmarkdown,
spEDM,
terra,
testthat (>= 3.0.0)
LinkingTo:
Rcpp
VignetteBuilder: knitr
LazyData: true
Config/testthat/edition: 3