forked from crsh/papaja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.19 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
Package: papaja
Title: Prepare reproducible APA journal articles with R Markdown
Version: 0.1.0.9842
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 = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X"))
, person("Marius", "Barth", email = "[email protected]", role = c("aut"))
, person("Birk", "Diedenhofen", email = "[email protected]", role = c("ctb"))
, person("Christoph", "Stahl", email = "[email protected]", role = c("ctb"))
)
URL: https://github.com/crsh/papaja
BugReports: https://github.com/crsh/papaja/issues
Depends:
R (>= 2.11.1)
Imports:
base64enc,
bookdown (>= 0.6),
broom (>= 0.3.6),
knitr (>= 1.10.5),
methods,
rmarkdown (>= 1.10),
yaml
Suggests:
afex,
BayesFactor,
beeswarm,
boot,
car,
carData,
downloader,
dplyr,
emmeans,
ggplot2,
latex2exp,
lsmeans,
MBESS,
multcomp,
testthat
License: MIT + file LICENSE
LazyData: yes
Encoding: UTF-8
RoxygenNote: 6.1.0
VignetteBuilder: knitr