Package: trafficCAR
Type: Package
Title: Bayesian CAR Models for Road-Segment Traffic
Version: 0.1.0
Authors@R: c(
    person(
      "Madison", "Ell",
      email = "mell@stat.tamu.edu",
      role = c("aut", "cre")
    )
  )
Author: Madison Ell [aut, cre]
Maintainer: Madison Ell <mell@stat.tamu.edu>
Description: Tools for simulating and modeling traffic flow on road networks
    using spatial conditional autoregressive (CAR) models. The package
    represents road systems as graphs derived from 'OpenStreetMap' data 
    <https://www.openstreetmap.org/> and
    supports network-based spatial dependence, basic preprocessing, and
    visualization for spatial traffic analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Imports: sf, igraph, Matrix, methods, units, stats, graphics, rlang,
        posterior, ggplot2
Suggests: knitr, rmarkdown, microbenchmark, osmdata, lwgeom, leaflet,
        viridisLite, htmltools, usethis, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Depends: R (>= 3.5)
NeedsCompilation: no
Packaged: 2026-01-23 04:06:53 UTC; mell
Repository: CRAN
Date/Publication: 2026-01-27 20:50:02 UTC
Built: R 4.4.3; ; 2026-02-13 04:32:47 UTC; windows
