-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 856 Bytes
/
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
Package: writR
Title: Inferential statistics and reporting in APA style
Version: 1.0.1
Authors@R:
person(given = "Matías",
family = "Castillo-Aguilar",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7291-247X"))
Description: Perform and report basic inferential tests for group differences in APA style for articles writings in Markdown or plain text format.
URL: https://github.com/matcasti/writR
BugReports: https://github.com/matcasti/writR/issues
DOI: 10.5281/zenodo.4603838
License: GPL (>= 3)
Encoding: UTF-8
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Imports:
data.table,
glue,
effectsize,
afex,
PMCMRplus,
WRS2,
lifecycle
Suggests:
testthat (>= 3.2.1)
Config/testthat/edition: 3