Package: tinytiger Title: Lightweight Interface to TIGER/Line Shapefiles Version: 0.0.11 Authors@R: c( person("Christopher T.", "Kenny", email = "ctkenny@proton.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")), person("Cory", "McCartan", email = "cmccartan@g.harvard.edu", role = "aut")) Description: Download geographic shapes from the United States Census Bureau TIGER/Line Shapefiles . Functions support downloading and reading in geographic boundary data. All downloads can be set up with a cache to avoid multiple downloads. Data is available back to 2000 for most geographies. License: MIT + file LICENSE Depends: R (>= 2.10) Imports: cli, glue, curl, sf Suggests: knitr, rappdirs, rmarkdown, testthat (>= 3.0.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 LazyData: true URL: https://github.com/alarm-redist/tinytiger, https://alarm-redist.org/tinytiger/ BugReports: https://github.com/alarm-redist/tinytiger/issues Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2025-10-24 14:48:19 UTC RemoteUrl: https://github.com/alarm-redist/tinytiger RemoteRef: HEAD RemoteSha: edec8886720e4e9c5580472ed325590f7aa322e3 NeedsCompilation: no Packaged: 2026-06-02 09:52:28 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ), Cory McCartan [aut] Maintainer: Christopher T. Kenny