-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: gdverse
Title: Analysis of Spatial Stratified Heterogeneity
Version: 1.3-2
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 = "Yangyang", family = "Lei",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0002-6518-3613")),
person(given = "Fangmei", family = "Liu",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID ="0009-0008-8634-7588")),
person(given = "Jianwu", family = "Yan",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-9411-8453")),
person(given = "Yongze", family = "Song",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Wufan", family = "Zhao",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-0265-3465"))
)
Description: Analyzing spatial factors and exploring spatial associations based on the concept of spatial stratified heterogeneity, while also taking into account local spatial dependencies, spatial interpretability, complex spatial interactions, and robust spatial stratification. Additionally, it supports the spatial stratified heterogeneity family established in academic literature.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
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,
rpart,
scatterpie,
sdsfun (>= 0.7.0),
sf,
stats,
tibble,
tidyr,
utils
Suggests:
cowplot,
itmsa,
knitr,
Rcpp,
readr,
rmarkdown,
terra,
testthat (>= 3.0.0)
LinkingTo:
Rcpp
VignetteBuilder: knitr
LazyData: true
Config/testthat/edition: 3