r-viridis¶
Summary¶
Port of the new ‘matplotlib’ color maps (‘viridis’ - the default -, ‘magma’, ‘plasma’ and ‘inferno’) to ‘R’. ‘matplotlib’ <http://matplotlib.org/> is a popular plotting library for ‘python’. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness.
Versions¶
- 0.3.1
License¶
MIT + file LICENSE
Meta¶
package:
name: r-viridis
version: "0.3.1"
source:
fn: viridis_0.3.1.tar.gz
url:
- http://cran.r-project.org/src/contrib/viridis_0.3.1.tar.gz
- http://cran.r-project.org/src/contrib/Archive/viridis/viridis_0.3.1.tar.gz
build:
rpaths:
- lib/R/lib/
- lib/
# Suggests: hexbin (>= 1.27.0), scales, MASS, knitr, dichromat, colorspace, rasterVis, httr, mapproj
requirements:
build:
- r
- r-ggplot2 >=1.0.1
- r-gridextra
run:
- r
- r-ggplot2 >=1.0.1
- r-gridextra
test:
commands:
- $R -e "library('viridis')" # [not win]
- "\"%R%\" -e \"library('viridis')\"" # [win]
about:
home: https://github.com/sjmgarnier/viridis
license: MIT + file LICENSE
summary: Port of the new 'matplotlib' color maps ('viridis' - the default -, 'magma', 'plasma'
and 'inferno') to 'R'. 'matplotlib' <http://matplotlib.org/> is a popular plotting
library for 'python'. These color maps are designed in such a way that they will
analytically be perfectly perceptually-uniform, both in regular form and also when
converted to black-and-white. They are also designed to be perceived by readers
with the most common form of color blindness.
# The original CRAN metadata for this package was:
# Package: viridis
# Type: Package
# Title: Matplotlib Default Color Map
# Version: 0.3.1
# Date: 2015-10-11
# Authors@R: c( person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre")), person("Noam", "Ross", email = "noam.ross@gmail.com", role = c("ctb", "cph"), comment = "Continuous scale"), person("Bob", "Rudis", email = "bob@rudis.net", role = c("ctb", "cph"), comment = "Combined scales") )
# Maintainer: Simon Garnier <garnier@njit.edu>
# Description: Port of the new 'matplotlib' color maps ('viridis' - the default -, 'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' <http://matplotlib.org/> is a popular plotting library for 'python'. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness.
# License: MIT + file LICENSE
# LazyData: TRUE
# Encoding: UTF-8
# Depends: R (>= 2.10)
# Imports: stats, grDevices, ggplot2 (>= 1.0.1), gridExtra
# Suggests: hexbin (>= 1.27.0), scales, MASS, knitr, dichromat, colorspace, rasterVis, httr, mapproj
# VignetteBuilder: knitr
# URL: https://github.com/sjmgarnier/viridis
# BugReports: https://github.com/sjmgarnier/viridis/issues
# NeedsCompilation: no
# Packaged: 2015-10-11 15:58:02 UTC; simon
# Author: Simon Garnier [aut, cre], Noam Ross [ctb, cph] (Continuous scale), Bob Rudis [ctb, cph] (Combined scales)
# Repository: CRAN
# Date/Publication: 2015-10-11 18:45:43
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml