-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
59 lines (59 loc) · 1.91 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
Package: ggpp
Type: Package
Title: Grammar Extensions to 'ggplot2'
Version: 0.5.1.9000
Date: 2023-02-09
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("Michał", "Krassowski", role = "ctb", comment = c(ORCID = "0000-0002-9638-7785")),
person("Daniel", "Sabanés Bové", role = "ctb"),
person("Stella", "Banjo", role = "ctb")
)
Maintainer: Pedro J. Aphalo <[email protected]>
Description: Extensions to 'ggplot2' respecting the grammar of graphics
paradigm. Geometries: geom_table(), geom_plot() and geom_grob() add insets to
plots using native data coordinates, while geom_table_npc(), geom_plot_npc()
and geom_grob_npc() do the same using "npc" coordinates through new
aesthetics "npcx" and "npcy". Statistics: select observations based on 2D
density. Positions: radial nudging away from a center point and nudging away
from a line or curve; combined stacking and nudging; combined dodging and
nudging.
License: GPL (>= 2)
LazyLoad: TRUE
ByteCompile: TRUE
Depends:
R (>= 4.0.0),
ggplot2 (>= 3.3.6)
Imports:
stats,
grid,
grDevices,
rlang (>= 0.4.7),
magrittr (>= 1.5),
glue (>= 1.4.2),
gridExtra (>= 2.3),
scales (>= 1.1.1),
tibble (>= 3.0.3),
dplyr (>= 1.0.2),
xts (>= 0.12-0),
zoo (>= 1.8-8),
MASS (>= 7.3-51.6),
polynom (>= 1.4-0),
lubridate (>= 1.7.9),
stringr (>= 1.4.0)
Suggests:
knitr (>= 1.29),
rmarkdown (>= 2.3),
ggrepel (>= 0.9.2),
gginnards(>= 0.1.0),
magick (>= 2.6.0),
testthat,
vdiffr
URL: https://docs.r4photobiology.info/ggpp/,
https://github.com/aphalo/ggpp
BugReports: https://github.com/aphalo/ggpp/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr