-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 855 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: monochromeR
Title: Easily Create, View and Use Monochrome Colour Palettes
Version: 0.2.0
Authors@R:
person(given = "Cara",
family = "Thompson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6472-5073"))
Description: Generate a monochrome palette from a starting colour
for a specified number of colours. The package can also be used to display
colour palettes in the plot window, with or without hex codes and colour labels.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/cararthompson/monochromeR
BugReports: https://github.com/cararthompson/monochromeR/issues
Maintainer: Cara Thompson <[email protected]>
Imports:
ggplot2,
magrittr