-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 934 Bytes
/
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
Package: colorjam
Type: Package
Title: Jam Color manipulation functions
Version: 0.0.30.900
Authors@R: person(given="James M.", family="Ward",
email="[email protected]", role=c("aut", "cre"))
Maintainer: James M. Ward <[email protected]>
Description: Jam Color manipulation functions, rainbow categorical colors
with varying luminance and chroma, convert vector to colors,
re-usable named vector of colors for consistency across plots,
convert data.frame to color, subsetColors.
Depends: R (>= 3.0.0),
Imports:
jamba (>= 0.0.105.900),
colorspace,
circlize,
cli,
dichromat
Suggests:
ggplot2,
shiny,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Remotes: github::jmw86069/jamba
URL: https://jmw86069.github.io/colorjam
BugReports: https://github.com/jmw86069/colorjam/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3