-
Notifications
You must be signed in to change notification settings - Fork 71
/
DESCRIPTION
34 lines (34 loc) · 1.11 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
Package: ggsci
Type: Package
Title: Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
Version: 3.2.0
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Joshua", "Cook", email = "[email protected]", role = "ctb"),
person("Clara", "Jégousse", email = "[email protected]", role = "ctb"),
person("Hui", "Chen", email = "[email protected]", role = "ctb"),
person("Miaozhu", "Li", email = "[email protected]", role = "ctb")
)
Maintainer: Nan Xiao <[email protected]>
Description: A collection of 'ggplot2' color palettes inspired by
plots in scientific journals, data visualization libraries,
science fiction movies, and TV shows.
License: GPL (>= 3)
URL: https://nanx.me/ggsci/, https://github.com/nanxstats/ggsci
BugReports: https://github.com/nanxstats/ggsci/issues
Depends:
R (>= 3.5.0)
Imports:
ggplot2 (>= 2.0.0),
grDevices,
scales
Suggests:
gridExtra,
knitr,
ragg,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)