Package: choroplethr
Title: Create Color-Coded Choropleth Maps in R
Description: Easily create color-coded (choropleth) maps in R. No knowledge of
  cartography or shapefiles needed; go directly from your geographically
  identified data to a highly customizable map with a single line of code!
  Supported geographies: U.S. states, counties, census tracts, and zip codes, 
  world countries and sub-country regions (e.g., provinces, prefectures, etc.).
Version: 5.0.1
Authors@R: c(
    person("Ari", "Lamstein", , "ari@lamsteinconsulting.com", c("aut")),
    person("Zhaochen", "He", , "zhaochen.he@cnu.edu", role = c("ctb", "cre")),
    person("Brian", "Johnson", , role = "ctb"),
    person("Trulia, Inc.", role = c("cph"))
    )
Maintainer: Zhaochen He <zhaochen.he@cnu.edu>
URL: <https://github.com/eastnile/choroplethr>
Copyright: Trulia, Inc.
License: BSD_3_clause + file LICENSE
Imports: Hmisc, stringr, ggplot2 (>= 2.0.0), dplyr, R6, ggrepel, tigris
        (>= 1.0), sf, tidycensus
Suggests: testthat (>= 3.0.0)
Depends: R (>= 3.5.0)
Collate: 'acs.R' 'admin1.R' 'choropleth.R' 'country.R' 'county.R'
        'data.R' 'init.R' 'internal-docs.R' 'state.R' 'tract.R' 'zip.R'
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-18 03:28:12 UTC; Zhaochen He
Author: Ari Lamstein [aut],
  Zhaochen He [ctb, cre],
  Brian Johnson [ctb],
  Trulia, Inc. [cph]
Repository: CRAN
Date/Publication: 2025-10-18 05:20:02 UTC
Built: R 4.5.0; ; 2025-10-18 09:09:01 UTC; unix
