-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 1.75 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
Package: spqdep
Type: Package
Title: Testing for Spatial Independence of Qualitative Data in Cross Section
Version: 0.1.3
Date: 2022-04-05
Authors@R:
c(person("Fernando", "Lopez", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5397-9748")),
person("Roman", "Minguez", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-0490-3181")),
person("Antonio", "Paez", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-6912-9919")),
person("Manuel", "Ruiz", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-9228-6410")))
Maintainer: Fernando Lopez <[email protected]>
Description: Testing for Spatial Dependence of Qualitative Data in Cross Section. The list of functions includes join-count tests, Q test, spatial scan test, similarity test and spatial runs test. The methodology of these models can be found in <doi:10.1007/s10109-009-0100-1> and <doi:10.1080/13658816.2011.586327>.
LazyData: true
Encoding: UTF-8
License: MIT + file LICENSE
Depends:
R (>= 3.5), methods (>= 3.5), stats (>= 3.5)
Imports:
broom (>= 0.7.2), dplyr (>= 1.0.2), ggplot2 (>= 3.3.0), gt (>= 0.2.2), rgeoda (>= 0.0.8-6),
gtools (>= 3.8.2), gridExtra (>= 2.3), igraph (>= 1.2.5), magrittr (>= 1.5),
Matrix (>= 1.2-18), purrr (>= 0.3.4), rsample (>= 0.0.8), sp (>= 1.4-5),
spatialreg (>= 1.1-8), spdep (>= 1.1-3), sf (>= 0.9-3), tidyr (>= 1.1.2),
lwgeom(>= 0.2-8)
Suggests:
knitr, rmarkdown, bookdown
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Language: en-US
URL: https://f8l5h9.github.io/spqdep/
BugReports: https://github.com/f8l5h9/spqdep/issues