Package: geostan Title: Bayesian Spatial Analysis Version: 0.8.2 Date: 2025-07-12 URL: https://connordonegan.github.io/geostan/ BugReports: https://github.com/ConnorDonegan/geostan/issues Authors@R: c( person("Connor", "Donegan", , "connor.donegan@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9698-5443")), person("Mitzi", "Morris", role = "ctb"), person("Amy", "Tims", role = "ctb") ) Description: For spatial data analysis; provides exploratory spatial analysis tools, spatial regression, spatial econometric, and disease mapping models, model diagnostics, and special methods for inference with small area survey data (e.g., the America Community Survey (ACS)) and censored population health monitoring data. Models are pre-specified using the Stan programming language, a platform for Bayesian inference using Markov chain Monte Carlo (MCMC). References: Carpenter et al. (2017) ; Donegan (2021) ; Donegan (2022) ; Donegan, Chun and Hughes (2020) ; Donegan, Chun and Griffith (2021) ; Morris et al. (2019) . License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Biarch: true Depends: R (>= 4.1.0) Imports: spdep (>= 1.0), sf (>= 1.0-10), ggplot2 (>= 3.0.0), methods, graphics, stats, spData, MASS, truncnorm, signs, gridExtra, utils, Matrix (>= 1.3), Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), rstan (>= 2.26.0), rstantools (>= 2.1.1) LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.26.0), StanHeaders (>= 2.26.0) Suggests: testthat, knitr, rmarkdown, bayesplot SystemRequirements: GNU make VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://connordonegan.r-universe.dev Date/Publication: 2025-07-18 22:08:38 UTC RemoteUrl: https://github.com/connordonegan/geostan RemoteRef: HEAD RemoteSha: 0b23aee82ebe6db03bf486ead189ae65f03b74bc NeedsCompilation: no Packaged: 2026-06-13 10:49:50 UTC; root Author: Connor Donegan [aut, cre] (ORCID: ), Mitzi Morris [ctb], Amy Tims [ctb] Maintainer: Connor Donegan