-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
43 lines (43 loc) · 1.1 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
36
37
38
39
40
41
42
43
Package: tidyplots
Title: Tidy Plots for Scientific Papers
Version: 0.2.0.9000
Authors@R:
person("Jan Broder", "Engler", , "broder.engler@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3169-2076"))
Description: The goal of 'tidyplots' is to streamline the creation of publication-ready plots for scientific papers. It allows to gradually add, remove and adjust plot components using a consistent and intuitive syntax.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
forcats,
ggbeeswarm,
ggplot2 (>= 3.5.0),
ggpubr,
ggrastr,
ggrepel,
glue,
Hmisc,
htmltools,
lifecycle,
patchwork (>= 1.2.0),
purrr,
rlang,
scales,
stringr,
tidyr,
tidyselect
Depends:
R (>= 2.10)
LazyData: true
URL: https://github.com/jbengler/tidyplots, https://jbengler.github.io/tidyplots/
BugReports: https://github.com/jbengler/tidyplots/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3