Package: spqdep
Type: Package
Title: Testing for Structure of Qualitative Data in Spatial Cross Sectional Panels
Version: 0.1.0
Date: 2022-01-21
Authors@R:
    c(person("Fernando", "Lopez", email = "fernando.lopez@upct.es", 
                  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5397-9748")),
          person("Roman", "Minguez", email = "roman.minguez@uclm.es", 
                  role = c("aut"), comment = c(ORCID = "0000-0002-0490-3181")),
          person("Antonio", "Paez", email = "paezha@gmail.com", 
                  role = c("aut"), comment = c(ORCID = "0000-0001-6912-9919")),
          person("Manuel", "Ruiz", email = "manuel.ruiz@upct.es", 
                  role = c("aut"), comment = c(ORCID = "0000-0001-9228-6410")))
Maintainer: Fernando Lopez <fernando.lopez@upct.es>
Description: Testing for spatial structure of qualitative data in cross section. The list of functions includes join-count test, Q test, 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),
    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),
    bookdown (>= 0.24)
Suggests: 
    knitr,
    rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Language: en-US
URL: https://f8l5h9.github.io/spqdep/
