-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.36 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
Type: Package
Package: supernova
Title: Judd, McClelland, & Ryan Formatting for ANOVA Output
Version: 3.0.0
Date: 2024-02-06
Authors@R: c(
person("Adam", "Blake", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7881-8652")),
person("Jeff", "Chrabaszcz", role = "aut"),
person("Ji", "Son", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4258-4791")),
person("Jim", "Stigler", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6107-7827"))
)
Description: Produces ANOVA tables in the format used by Judd, McClelland,
and Ryan (2017, ISBN: 978-1138819832) in their introductory textbook,
Data Analysis. This includes proportional reduction in error and
formatting to improve ease the transition between the book and R.
License: GPL (>= 3)
URL: https://github.com/UCLATALL/supernova
BugReports: https://github.com/UCLATALL/supernova/issues
Depends:
R (>= 3.4.0)
Imports:
cli,
methods,
pillar (>= 1.5.0),
purrr,
rlang,
stringr,
tibble,
vctrs
Suggests:
car,
covr,
dplyr (>= 1.0.0),
ggplot2,
lintr,
lme4,
magrittr,
readr,
remotes,
testthat (>= 2.1.0),
tidyr,
vdiffr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1