Package: rgeoda
Type: Package
Title: R Library for Spatial Data Analysis
Version: 0.1.0
Date: 2025-03-06
Authors@R: 
    c(person(given = "Xun", family = "Li", email="lixun910@gmail.com", role=c("aut","cre")),
      person(given = "Luc", family = "Anselin", email="anselin@uchicago.edu", role="aut"))
Maintainer: Xun Li <lixun910@gmail.com>
Description: Provides spatial data analysis functionalities including Exploratory Spatial Data Analysis, 
    Spatial Cluster Detection and Clustering Analysis, Regionalization, etc. based on the C++ source code 
    of 'GeoDa', which is an open-source software tool that serves as an introduction to spatial data analysis.
    The 'GeoDa' software and its documentation are available at <https://geodacenter.github.io>.
URL: https://github.com/geodacenter/rgeoda/,
        https://geodacenter.github.io/rgeoda/
BugReports: https://github.com/geodacenter/rgeoda/issues/
Depends: R (>= 4.0.0), methods, digest
License: GPL (>= 2)
Collate: init.R rgeoda.R sf_geoda.R RcppExports.R read_geoda.R
        weights.R utils.R lisa.R clustering.R
Imports: sf, Rcpp (>= 1.0.1)
LinkingTo: Rcpp, BH (>= 1.87.0-1)
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests: wkb, sp
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2025-03-06 23:24:09 UTC; xun
Author: Xun Li [aut, cre],
  Luc Anselin [aut]
Repository: CRAN
Date/Publication: 2025-03-06 23:50:02 UTC
Built: R 4.3.3; x86_64-apple-darwin20; 2025-03-07 01:13:26 UTC; unix
Archs: rgeoda.so.dSYM
