-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.09 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
27
28
29
Package: datacolor
Type: Package
Title: Color for Data Visualization
Version: 0.0.1.9000
Author: Eric Marty <[email protected]>
Maintainer: Eric Marty <[email protected]>
URL: https://github.com/allopole/datacolor
BugReports: https://github.com/allopole/datacolor/issues
Description: This package provides prebuilt color palettes and functions for defining color palettes
that are appropriate for data representation. Color palettes for data should ideally be
perceptually linear in all perceptual color dimensions (hue, chroma or saturation, lightness or
luminance). Additional requirmeents for color scales can include the presence or absence
of discontinuities and corners, maximizing discrimination between levels, and being
color-blind safe. This package relies in part on the perceptually flat colorspace HCL.
Depends: R (>= 3.4.3)
Imports:
grDevices,
colorspace (>= 1.3-2),
V8 (>= 1.5),
dichromat (>= 2.0-0),
methods
Suggests:
viridis,
lattice
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)