-
Notifications
You must be signed in to change notification settings - Fork 133
/
DESCRIPTION
67 lines (67 loc) · 2.03 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
60
61
62
63
64
65
66
67
Package: papaja
Title: Prepare American Psychological Association Journal Articles with
R Markdown
Version: 0.1.3
Description: Tools to create dynamic, submission-ready manuscripts, which
conform to American Psychological Association manuscript guidelines. We
provide R Markdown document formats for manuscripts (PDF and Word) and
revision letters (PDF). Helper functions facilitate reporting statistical
analyses or create publication-ready tables and plots.
Authors@R: c(
person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X"))
, person("Marius", "Barth", email = "marius.barth@uni-koeln.de", role = c("aut"), comment = c(ORCID = "0000-0002-3421-6665"))
, person("Birk", "Diedenhofen", email = "mail@birkdiedenhofen.de", role = c("ctb"))
, person("Christoph", "Stahl", email = "christoph.stahl@uni-koeln.de", role = c("ctb"))
, person("Joseph V.", "Casillas", email = "joseph.casillas@rutgers.edu", role = c("ctb"))
, person("Rudolf", "Siegel", email = "rudolf.siegel@uni-saarland.de", role = c("ctb"))
)
Date: 2024-10-23
URL: https://github.com/crsh/papaja
BugReports: https://github.com/crsh/papaja/issues
Depends:
R (>= 4.2),
tinylabels (>= 0.2.4)
Imports:
bookdown (>= 0.41),
broom (>= 1.0.7),
glue (>= 1.8.0),
knitr (>= 1.48),
methods,
rmarkdown (>= 2.28),
rmdfiltr (>= 0.1.5),
utils,
yaml (>= 2.3.10),
zip (>= 2.3.1)
Suggests:
afex,
BayesFactor,
beeswarm,
boot,
car,
dplyr (>= 1.1.0),
effectsize (>= 0.4.4),
emmeans,
ggforce,
ggplot2,
latex2exp,
lme4,
lmerTest,
MASS,
MBESS,
multcomp,
nlme,
nnet,
R.rsp,
skimr,
spelling,
testthat,
VGAM
SystemRequirements: Rendering the document template requires
pandoc (>= 2.0; https://pandoc.org) and for PDFs a TeX distribution,
such as TinyTeX (>= 0.12; https://yihui.org/tinytex/)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr, R.rsp
Language: en-US
Roxygen: list(markdown = TRUE)