Package: colourvalues
Type: Package
Title: Assigns Colours to Values
Version: 0.3.2
Date: 2020-01-24
Authors@R: c(
    person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre"))
    )
Description: Maps one of the viridis colour palettes, or a user-specified palette to values. 
    Viridis colour maps are created by Stéfan van der Walt and Nathaniel Smith, 
    and were set as the default palette for the 'Python' 'Matplotlib' library <https://matplotlib.org/>. 
    Other palettes available in this library have been derived from 
    'RColorBrewer' <https://CRAN.R-project.org/package=RColorBrewer> and 
    'colorspace' <https://CRAN.R-project.org/package=colorspace> packages.
License: GPL-3
URL: https://symbolixau.github.io/colourvalues/
BugReports: https://github.com/SymbolixAU/colourvalues/issues
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, BH
Imports: graphics, Rcpp
RoxygenNote: 7.0.2
Suggests: covr, microbenchmark, ggplot2, scales, testthat, viridisLite
NeedsCompilation: yes
Packaged: 2020-01-23 21:08:25 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2020-01-23 21:50:02 UTC
