-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
62 lines (62 loc) · 1.48 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
51
52
53
54
55
56
57
58
59
60
61
62
Package: faux
Title: Simulation for Factorial Designs
Version: 1.2.2
Date: 2024-12-02
Authors@R: c(
person(
given = "Lisa",
family = "DeBruine",
role = c("aut", "cre", "cph"),
email = "debruine@gmail.com",
comment = c(ORCID = "0000-0002-7523-5539")
),
person(
given = "Anna",
family = "Krystalli",
role = c("ctb"),
email = "annakrystalli@googlemail.com",
comment = c(ORCID = "0000-0002-2378-4915")
),
person(
given = "Andrew",
family = "Heiss",
role = c("ctb"),
email = "andrew@andrewheiss.com",
comment = c(ORCID = "0000-0002-3948-3914")
))
Description: Create datasets with factorial structure through simulation by specifying variable parameters. Extended documentation at <https://debruine.github.io/faux/>. Described in DeBruine (2020) <doi:10.5281/zenodo.2669586>.
Depends:
R (>= 3.2.4)
Imports:
lme4,
dplyr (>= 1.1.1),
ggplot2 (>= 3.3.0),
jsonlite,
truncnorm,
rlang
License: MIT + file LICENSE
Suggests:
testthat (>= 2.1.0),
tidyr,
knitr,
rmarkdown,
roxygen2,
cowplot,
ggExtra,
purrr,
broom,
broom.mixed,
psych,
lmerTest,
kableExtra,
glue,
openssl,
readr,
patchwork
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: true
URL: https://github.com/debruine/faux,
https://debruine.github.io/faux/
BugReports: https://github.com/debruine/faux/issues