-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 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
32
Package: colourpickr
Title: Extract Colours For Data Visualization
Version: 0.0.0.9000
Authors@R:
person("Shaun", "Hutchinson", , "shaunhutch@shaw.ca", role = c("aut", "cre"))
person("Alex", "Taciuk", , "ataciuk@gmail.com", role = c("aut", "cre"))
person("Arjun", "Radhakrishnan", , "rkrishnan.arjun@gmail.com", role = c("aut", "cre"))
person("Lauren", "Zung", , "laurenzung@gmail.com", role = c("aut", "cre"))
Description: A package that can be used to extract colours from images for use in data visualization projects.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
tibble,
colorfindr,
stringr,
ggplot2,
grDevices,
palmerpenguins,
httr,
rlang,
dplyr,
devtools
VignetteBuilder: knitr
URL: https://ubc-mds.github.io/colourpickr/