-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.08 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.10
Date: 2024-01-02
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,
and were set as the default palette for the 'Python' 'Matplotlib' library <https://matplotlib.org/>.
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
Depends: R (>= 3.3.0)
SystemRequirements: C++17
LinkingTo:
BH (>= 1.81.0),
Rcpp (>= 1.0.10)
Imports:
graphics,
Rcpp (>= 1.0.10)
RoxygenNote: 7.2.3
Suggests:
covr,
microbenchmark,
scales,
testthat,
viridisLite