-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.34 KB
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
36
37
38
39
Package: ggsci
Type: Package
Title: Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
Version: 5.0.0
Authors@R: c(
person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Joshua", "Cook", email = "joshuacook0023@gmail.com", role = "ctb"),
person("Clara", "Jégousse", email = "cat3@hi.is", role = "ctb"),
person("Hui", "Chen", email = "huichen@zju.edu.cn", role = "ctb"),
person("Miaozhu", "Li", email = "miaozhu.li@duke.edu", role = "ctb"),
person("iTerm2-Color-Schemes contributors", role = c("ctb", "cph"),
comment = "iTerm2-Color-Schemes project"),
person("Winston", "Chang", role = c("ctb", "cph"),
comment = "staticimports.R")
)
Maintainer: Nan Xiao <me@nanx.me>
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,
rlang,
scales
Suggests:
gridExtra,
knitr,
ragg,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)