-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 837 Bytes
/
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
Package: apa
Type: Package
Title: Format Outputs of Statistical Tests According to APA Guidelines
Version: 0.3.4.9000
Authors@R: person("Daniel", "Gromer", email = "[email protected]", role = c("aut", "cre"))
Description: Formatter functions in the 'apa' package take the return value of a
statistical test function, e.g. a call to chisq.test() and return a string
formatted according to the guidelines of the APA (American Psychological
Association).
URL: https://github.com/dgromer/apa
BugReports: https://github.com/dgromer/apa/issues
License: GPL (>= 3)
Depends:
R (>= 3.1.0)
Imports:
dplyr (>= 0.4),
magrittr,
MBESS,
purrr,
rmarkdown,
stringr,
tibble
Suggests:
afex (>= 0.14),
ez,
testthat,
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr