Package: colourvalues Type: Package Title: Assigns Colours to Values Version: 0.3.11 Date: 2025-04-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 . Other palettes available in this library have been derived from 'RColorBrewer' and 'colorspace' packages. License: GPL-3 URL: https://symbolixau.github.io/colourvalues/ BugReports: https://github.com/SymbolixAU/colourvalues/issues Encoding: UTF-8 Depends: R (>= 3.3.0) SystemRequirements: C++17 LinkingTo: BH (>= 1.81.0), Rcpp (>= 1.1.0) Imports: graphics, Rcpp (>= 1.1.0) RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Suggests: covr, microbenchmark, scales, testthat, viridisLite Repository: https://symbolixau.r-universe.dev Date/Publication: 2025-11-27 19:53:34 UTC RemoteUrl: https://github.com/symbolixau/colourvalues RemoteRef: HEAD RemoteSha: ada44b13ba55a95899cd194b2d90d6882fc217f6 NeedsCompilation: yes Packaged: 2026-06-24 05:00:44 UTC; root Author: David Cooley [aut, cre] Maintainer: David Cooley