Package: biscale
Type: Package
Title: Tools and Palettes for Bivariate Thematic Mapping
Version: 0.2.0
Authors@R: c(
    person("Christopher", "Prener", , "chris.prener@slu.edu", c("aut", "cre"),
    comment = c(ORCID = "0000-0002-4310-9888")),
    person("Timo", "Grossenbacher", , role = "aut"),
    person("Angelo", "Zehr", , role = "aut"),
    person("Joshua", "Stevens", , role = "ctb"))
Description: Provides a 'ggplot2' centric approach to bivariate mapping. This is a 
    technique that maps two quantities simultaneously rather than the single value 
    that most thematic maps display. The package provides a suite of tools 
    for calculating breaks using multiple different approaches, a selection of 
    palettes appropriate for bivariate mapping and a scale function for 'ggplot2' 
    calls that adds those palettes to maps. A tool for creating bivariate legends 
    is also included.
Depends: R (>= 3.4)
License: GPL-3
URL: https://github.com/slu-openGIS/biscale
BugReports: https://github.com/slu-openGIS/biscale/issues
Encoding: UTF-8
LazyData: true
Imports: classInt, dplyr, ggplot2, glue, rlang, sf, stats, tidyr
RoxygenNote: 7.1.0
Suggests: covr, knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-05 20:30:32 UTC; prenercg
Author: Christopher Prener [aut, cre] (<https://orcid.org/0000-0002-4310-9888>),
  Timo Grossenbacher [aut],
  Angelo Zehr [aut],
  Joshua Stevens [ctb]
Maintainer: Christopher Prener <chris.prener@slu.edu>
Repository: CRAN
Date/Publication: 2020-05-06 05:20:03 UTC
Built: R 4.0.2; ; 2020-07-17 06:23:56 UTC; unix
