-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1023 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
32
33
Package: designr
Type: Package
Title: Balanced Factorial Designs
Version: 0.1.13
URL: https://maxrabe.com/designr
BugReports: https://github.com/mmrabe/designr/issues
Authors@R: c(
person("Maximilian M.", "Rabe", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2556-5644")),
person("Reinhold", "Kliegl", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-0180-8488")),
person("Daniel J.", "Schad", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2586-6823")))
Description: Generate balanced factorial designs with crossed and nested random and fixed effects <https://github.com/mmrabe/designr>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports:
MASS,
tibble,
crossdes,
methods,
dplyr,
lme4,
Suggests:
knitr,
rmarkdown,
jsonlite,
writexl,
lmerTest,
afex,
ggplot2,
gridExtra,
VignetteBuilder: knitr