forked from larmarange/ggstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.15 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
Package: ggstats
Type: Package
Title: Extension to 'ggplot2' for Plotting Stats
Version: 0.5.1.9000
Authors@R: c(
person("Joseph", "Larmarange", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7097-700X"))
)
Description: Provides new statistics, new geometries and new positions for
'ggplot2' and a suite of functions to facilitate the creation of
statistical plots.
License: GPL (>= 3)
URL: https://larmarange.github.io/ggstats/, https://github.com/larmarange/ggstats
BugReports: https://github.com/larmarange/ggstats/issues
Imports:
broom.helpers (>= 1.14.0),
cli,
dplyr,
forcats,
ggplot2 (>= 3.4.0),
lifecycle,
magrittr,
patchwork,
purrr,
rlang,
scales,
stats,
stringr,
tidyr
Suggests:
betareg,
broom,
emmeans,
glue,
knitr,
labelled (>= 2.11.0),
reshape,
rmarkdown,
nnet,
parameters,
pscl,
testthat (>= 3.0.0),
spelling,
survey,
survival,
vdiffr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Language: en-US
VignetteBuilder: knitr