-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 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
27
28
29
30
31
32
Package: palr
Type: Package
Title: Colour Palettes for Data
LazyData: yes
Version: 0.4.0
Authors@R: c(
person("Michael D.","Sumner",
role = c("aut", "cre"),
email = "mdsumner@gmail.com"),
person("Abigael", "Proctor", role = "ctb", comment = "Named the package"),
person("Tomas", "Remenyi", role = "ctb", comment = "Provided colours for element_pal"),
person("R Core Team and contributors worldwide", role = "ctb", comment = "source code of image.default")
)
Description: Colour palettes for data, based on some well known public data
sets. Includes helper functions to map absolute values to known palettes, and
capture the work of image colour mapping as raster data sets.
Depends:
R (>= 3.6.0)
Imports: grDevices
Suggests:
knitr,
rmarkdown,
raster,
testthat,
covr,
stars,
viridis
VignetteBuilder: knitr
License: GPL-3
RoxygenNote: 7.3.1
URL: https://australianantarcticdivision.github.io/palr/, https://github.com/AustralianAntarcticDivision/palr
BugReports: https://github.com/AustralianAntarcticDivision/palr/issues