-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
34 lines (34 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
30
31
32
33
34
Package: colourvalues
Type: Package
Title: Assigns Colours to Values
Version: 0.3.1
Date: 2019-11-15
Authors@R: c(
person("David", "Cooley", ,"[email protected]", 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.
They were set as the default palette for the 'Python' 'Matplotlib' library,
introduced at SciPy 2015 conference <http://scipy2015.scipy.org/ehome/index.php?eventid=115969&>.
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: 6.1.1
Suggests:
covr,
microbenchmark,
ggplot2,
scales,
testthat,
viridisLite