-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
23 lines (23 loc) · 867 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
Package: trekcolors
Title: Star Trek Color Palettes
Version: 0.2.0
Authors@R: person("Matthew", "Leonawicz", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771"))
Description: Provides a dataset of predefined color palettes based on the Star Trek science fiction series, associated color palette functions,
and additional functions for generating customized palettes that are on theme. The package also offers functions for applying
the palettes to plots made using the 'ggplot2' package.
License: MIT + file LICENSE
URL: https://github.com/leonawicz/trekcolors
BugReports: https://github.com/leonawicz/trekcolors/issues
Depends: R (>= 2.10)
Imports:
ggplot2
Suggests:
testthat,
knitr,
rmarkdown,
covr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2