forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.27 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
Type: Package
Package: ggstatsplot
Title: ggplot2 Based Plots with Statistical Details
Version: 0.0.1
Authors@R: person(given = "Indrajeet",
family = "Patil",
email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Indrajeet Patil <[email protected]>
Description: Extension of `ggplot2`, ggstatsplot creates graphics with details from statistical tests
included in the plots themselves. It is targeted primarily at behavioral sciences community to provide a
one-line code to generate information-rich plots.
License: GPL-3 | file LICENSE
BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
Depends:
R (>= 3.3.3)
Imports:
apaTables (>= 2.0.2),
coin (>= 1.2-2),
cowplot,
crayon (>= 1.3.4),
DescTools (>= 0.99.23),
dplyr,
effsize (>= 0.7.1),
ggcorrplot,
ggExtra (>= 0.7),
ggplot2 (>= 2.2.1),
ggrepel (>= 0.7.0),
grid,
gtable,
jmv,
magrittr,
MASS (>= 7.3-47),
rlang (>= 0.2.0),
RVAideMemoire (>= 0.9-69),
sfsmisc (>= 1.1-1),
stats,
tibble,
userfriendlyscience (>= 0.7.0),
WRS2 (>= 0.9-2)
Suggests:
datasets,
grDevices,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1.9000