-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.29 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
Package: apaTables
Version: 3.0.0
Authors@R: person("David", "Stanley", , "dstanley@uoguelph.ca", role = c("aut", "cre"))
Title: Create American Psychological Association (APA) Style Tables
Description: A common task faced by researchers is the creation of APA style
(i.e., American Psychological Association style) tables from statistical
output. In R a large number of function calls are often needed to obtain all of
the desired information for a single APA style table. As well, the process of
manually creating APA style tables in a word processor is prone to transcription
errors. This package creates Word files (.doc files) and latex code containing APA style tables
for several types of analyses. Using this package minimizes transcription errors
and reduces the number commands needed by the user.
URL: https://github.com/dstanley4/apaTables, http://dstanley4.github.io/apaTables/
BugReports: https://github.com/dstanley4/apaTables/issues
Depends:
R (>= 3.1.2)
Imports:
stats,
utils,
methods,
car,
broom,
dplyr,
kableExtra,
stringr,
papaja
Suggests:
testthat,
MBESS,
ez,
tidyr,
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.1
License: MIT License + file LICENSE
LazyData: true
Date: 2023-6-29
VignetteBuilder: knitr