Package: rgeoda Type: Package Title: R Library for Spatial Data Analysis Version: 0.1.1 Date: 2026-03-19 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 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 . 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 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://geodacenter.r-universe.dev Date/Publication: 2026-02-19 16:33:21 UTC RemoteUrl: https://github.com/geodacenter/rgeoda RemoteRef: HEAD RemoteSha: 92fcb9178febfbe0f8ea180c7f8d486b575e28e3 NeedsCompilation: yes Packaged: 2026-06-19 08:24:10 UTC; root Author: Xun Li [aut, cre], Luc Anselin [aut]