-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
63 lines (63 loc) · 2.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: ggpmisc
Type: Package
Title: Miscellaneous Extensions to 'ggplot2'
Version: 0.6.1
Date: 2024-11-13
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
person("Kamil", "Slowikowski", role = "ctb", comment = c(ORCID = "0000-0002-2843-6370")),
person("Samer", "Mouksassi", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-7152-6654"))
)
Maintainer: Pedro J. Aphalo <[email protected]>
Description: Extensions to 'ggplot2' respecting the grammar of graphics
paradigm. Statistics: locate and tag peaks and valleys; label plot with the
equation of a fitted polynomial or other types of models; labels
with P-value, R^2 or adjusted R^2 or information criteria for fitted models;
label with ANOVA table for fitted models; label with summary for fitted
models. Model fit classes for which suitable methods are provided by package
'broom' and 'broom.mixed' are supported. Scales and stats to build volcano
and quadrant plots based on outcomes, fold changes, p-values and false
discovery rates.
License: GPL (>= 2)
LazyLoad: TRUE
ByteCompile: TRUE
Depends:
R (>= 4.0.0),
ggpp (>= 0.5.8)
Imports:
grid,
stats,
ggplot2 (>= 3.5.0),
scales (>= 1.3.0),
rlang (>= 1.1.3),
generics (>= 0.1.3),
MASS (>= 7.3-60.0.1),
confintr (>= 1.0.2),
polynom (>= 1.4-1),
quantreg (>= 5.97),
lmodel2 (>= 1.7-3),
splus2R (>= 1.3-5),
multcomp (>= 1.4-25),
multcompView (>= 0.1-10),
tibble (>= 3.2.1),
plyr (>= 1.8.9),
dplyr (>= 1.1.4),
lubridate (>= 1.9.3)
Suggests:
knitr (>= 1.45),
rmarkdown (>= 2.25),
ggrepel (>= 0.9.5),
broom (>= 1.0.3),
broom.mixed (>= 0.2.9.5),
nlme (>= 3.1-160),
gginnards (>= 0.1.0-1),
ggtext (>= 0.1.2),
testthat,
vdiffr
URL: https://docs.r4photobiology.info/ggpmisc/,
https://github.com/aphalo/ggpmisc
BugReports: https://github.com/aphalo/ggpmisc/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr