-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.01 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
Package: cocoon
Title: Extract, Format, and Print Statistical Output
Version: 0.1.0.9000
Authors@R:
person("Jeffrey R.", "Stevens", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2375-1360"))
Maintainer: Jeffrey R. Stevens <[email protected]>
Description: Provides functions that format statistical output in a way that
can be inserted into R Markdown documents. This is analogous to the
apa_print() functions in the 'papaja' package but prints Markdown
or LaTeX syntax.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
BayesFactor,
correlation,
knitr,
lme4,
lmerTest,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
lifecycle,
rlang (>= 1.1.0)
URL: https://github.com/JeffreyRStevens/cocoon, https://jeffreyrstevens.github.io/cocoon/
BugReports: https://github.com/JeffreyRStevens/cocoon/issues
VignetteBuilder:
knitr