-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
47 lines (47 loc) · 1.23 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
44
45
46
47
Package: ggprism
Title: A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Version: 1.0.5
Authors@R:
person(given = "Charlotte",
family = "Dawson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7151-5971"))
Description: Provides various themes, palettes, and other functions
that are used to customise ggplots to look like they were made in 'GraphPad
Prism'. The 'Prism'-look is achieved with theme_prism() and
scale_fill|colour_prism(), axes can be changed with custom guides like
guide_prism_minor(), and significance indicators added with add_pvalue().
License: GPL (>= 3.0)
URL: https://csdaw.github.io/ggprism/, https://github.com/csdaw/ggprism
BugReports: https://github.com/csdaw/ggprism/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.2)
Imports:
digest,
ggplot2 (>= 3.2.0),
glue,
grid,
gtable (>= 0.1.1),
rlang (>= 0.3.0),
scales (>= 0.5.0),
stats,
tibble,
utils
Suggests:
covr,
dplyr,
ggbeeswarm,
ggnewscale,
knitr,
magrittr,
patchwork,
rmarkdown,
rstatix,
tidyr,
tinytest
VignetteBuilder: knitr