-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 924 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
33
Package: ggfun
Title: Miscellaneous Functions for 'ggplot2'
Version: 0.1.8
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Shuangbin", "Xu", email = "[email protected]", role = "aut", comment = c(ORCID="0000-0003-3513-5362"))
)
Description: Useful functions and utilities for 'ggplot' object (e.g., geometric layers, themes, and utilities to edit the object).
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
ggplot2,
grid,
rlang,
utils,
yulab.utils (>= 0.1.6)
Suggests:
ggplotify,
knitr,
rmarkdown,
prettydoc,
tidyr,
ggnewscale
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
URL: https://github.com/YuLab-SMU/ggfun
BugReports: https://github.com/YuLab-SMU/ggfun/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2