-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.07 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
Package: scico
Title: Colour Palettes Based on the Scientific Colour-Maps
Version: 1.5.0.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")),
person("Fabio", "Crameri", role = c("aut")))
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: Colour choice in information visualisation is important in order to
avoid being mislead by inherent bias in the used colour palette. The 'scico'
package provides access to the perceptually uniform and colour-blindness
friendly palettes developed by Fabio Crameri and released under the
"Scientific Colour-Maps" moniker. The package contains 24 different palettes
and includes both diverging and sequential types.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 2.10)
Imports:
scales,
grDevices
Suggests:
ggplot2,
testthat,
dplyr,
covr
URL: https://github.com/thomasp85/scico
BugReports: https://github.com/thomasp85/scico/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3