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, and census tracts, world
  countries and sub-country regions (e.g., provinces, prefectures, etc.).
  One of the suggested packages, rnaturalearthhires, is not available on CRAN
  owing to its larger filesize (40MB). It can be installed from GitHub using 
  remotes::install_github("https://github.com/ropensci/rnaturalearthhires").
  This package contains higher resolution sub-country maps and is only needed 
  for the choropleth_admin1() function.
Version: 5.0.0
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, rnaturalearth
Suggests: testthat (>= 3.0.0), rnaturalearthhires
Depends: R (>= 3.5.0)
Collate: 'acs.R' 'admin1.R' 'choropleth.R' 'country.R' 'county.R'
        'data.R' 'get_usa_demographics.R' 'init.R' 'internal-docs.R'
        'state.R' 'tract.R'
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-06-26 20:45:07 UTC; zhaochenhe
Author: Ari Lamstein [aut],
  Zhaochen He [ctb, cre],
  Brian Johnson [ctb],
  Trulia, Inc. [cph]
Repository: CRAN
Date/Publication: 2025-06-26 21:30:06 UTC
Built: R 4.4.1; ; 2025-07-04 06:54:50 UTC; unix
