-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
35 lines (35 loc) · 1.07 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
33
34
35
Package: microshades
Title: A custom color palette for improving data visualization
Version: 1.13
Authors@R:
c(person("Erin","Dahl", role = "aut"),
person("Emory", "Neer", role = "aut"),
person("Lisa", "Karstens", role = c("aut", "cre"), email = "[email protected]"),
person("Eric", "Leung", role = "ctb"),
person("Kate", "Bowie", role = "ctb"),
person("Anagha", "Shenoy", role = "ctb"))
Description: This package contains custom built color palettes that are availible for
plotting. This package can also be used to improve phyloseq abundance
plots with color abundance organization.
License: MIT + file LICENSE
URL: https://karstenslab.github.io/microshades, https://github.com/KarstensLab/microshades
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 1.0),
tidyr (>= 1.1.0),
purrr,
forcats,
cowplot,
tidyselect
Suggests:
phyloseq,
speedyseq,
ggplot2 (>= 3.3.2),
knitr,
rmarkdown,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3