forked from crsh/papaja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.72 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
Package: papaja
Title: Prepare reproducible APA journal articles with R Markdown
Version: 0.1.0.9997
Description: papaja (Preparing APA Journal Articles) provides document formats
and helper functions to produce complete APA manuscripts from R Markdown-files
(PDF and Word documents).
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"))
)
URL: https://github.com/crsh/papaja
BugReports: https://github.com/crsh/papaja/issues
Depends:
R (>= 3.6)
Imports:
base64enc,
bookdown (>= 0.9.1),
broom (>= 0.5.2.9001),
knitr (>= 1.26),
methods,
rmarkdown (>= 2.0),
rmdfiltr (>= 0.1.2),
yaml,
zip
Suggests:
tinytex,
afex,
BayesFactor,
beeswarm,
boot,
car,
carData,
downloader,
dplyr,
emmeans,
ggplot2,
latex2exp,
lsmeans,
MBESS,
multcomp,
testthat,
skimr,
spelling,
lme4,
lmerTest
Remotes:
tidymodels/broom
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.name/tinytex/)
License: MIT + file LICENSE
LazyData: yes
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Language: en-US