-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
26 lines (26 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: chroma
Type: Package
Title: Parse and Manipulate Colors, Create Perceptually Correct Color Palettes
Version: 0.2
Date: 2016-02-19
Authors@R: c(person("Jean-Olivier", "Irisson", email="[email protected]", role=c("aut", "cre")), person("Gregor", "Aisch", role="aut"))
Description: This package is mostly an R wrapper for the excellent chroma.js library by Gregor Aisch. It allows to parse colors specified in many forms (RGB, HSL, HSV, HCL, etc.), manipulate those colors (saturate, darken, etc.), and create color palettes adequate for human perception (i.e. in the HCL color model). In addition it provides access to a few pre-built color palettes that have been tested perceptually (cubehelix, ColorBrewer, viridis, etc.) and/or are useful (ETOPO1 maps, Wikipedia topographic maps, light wavelentgh, etc.).
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
Depends: R (>= 2.10)
Imports:
V8,
grid,
grDevices,
scales,
stringr,
stats
RoxygenNote: 7.2.1
Suggests:
testthat,
ggplot2,
knitr,
rmarkdown,
colorspace
VignetteBuilder: knitr