Package: statebins
Type: Package
Title: Create United States Uniform Cartogram Heatmaps
Version: 1.4.0
Date: 2020-07-08
Authors@R: c(
    person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0001-5670-2640")),
    person("Harold", "Gil", email = "hgil@marionhealth.org", role = "ctb",
           comment = "fix for show.guide"),
    person("Brian", "Adams", email = "btadams478@gmail.com", role = "ctb",
           comment = "theme testing & feedback"),
    person("Thomas", "Wood", role = "ctb",
           comment = "Significant suggestions & testing that made new features possible"),
    person("Mathew", "Kiang", role = "ctb",
           comment = "Minor fix for NA handling")
  )
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'cartogram' heatmaps generated by the included methods 
    are an alternative to choropleth maps for the United States
    and are based on work by the Washington Post graphics department in their report
    on "The states most threatened by trade" 
    (<http://www.washingtonpost.com/wp-srv/special/business/states-most-threatened-by-trade/>).
    "State bins" preserve as much of the geographic placement of the states as 
    possible but have the look and feel of a traditional heatmap. Functions are 
    provided that allow for use of a binned, discrete scale, a continuous scale 
    or manually specified colors depending on what is needed for the underlying data.
URL: https://gitlab.com/hrbrmstr/statebins
BugReports: https://gitlab.com/hrbrmstr/statebins/issues
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: viridis, RColorBrewer, covr, tinytest
Depends: R (>= 3.5.0),
Imports: ggplot2 (>= 2.2.1), scales (>= 0.5.0), grid
RoxygenNote: 7.1.1
Collate: 'aaa.R' 'geom-rrect.r' 'geom-rtile.R' 'geom-statebins.r'
        'gutil.R' 'statebins-package.R' 'statebins.R'
        'theme-statebin.R' 'util.R'
NeedsCompilation: no
Packaged: 2020-07-08 17:40:11 UTC; hrbrmstr
Author: Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>),
  Harold Gil [ctb] (fix for show.guide),
  Brian Adams [ctb] (theme testing & feedback),
  Thomas Wood [ctb] (Significant suggestions & testing that made new
    features possible),
  Mathew Kiang [ctb] (Minor fix for NA handling)
Repository: CRAN
Date/Publication: 2020-07-08 23:00:02 UTC
Built: R 4.3.0; ; 2023-07-12 01:38:06 UTC; unix
