-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
49 lines (49 loc) · 1.35 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
Package: edibble
Title: Encapsulating Elements of Experimental Design
Version: 1.1.1
Authors@R:
person(given = "Emi",
family = "Tanaka",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1455-259X"))
Description: A system to facilitate designing comparative (and non-comparative) experiments using the
grammar of experimental designs <https://emitanaka.org/edibble-book/>.
An experimental design is treated as an intermediate, mutable object that is
built progressively by fundamental experimental components like units, treatments, and their relation.
The system aids in experimental planning, management and workflow.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
URL: https://edibble.emitanaka.org/, https://github.com/emitanaka/edibble
BugReports: https://github.com/emitanaka/edibble/issues
Imports:
magrittr,
rlang,
vctrs,
tibble,
cli,
pillar,
tidyselect (>= 1.0.0),
nestr,
stats,
AlgDesign,
dae,
R6,
lifecycle,
dplyr
Suggests:
testthat (>= 3.0.0),
rmarkdown,
openxlsx2 (>= 1.0.0),
visNetwork,
blocksdesign,
knitr,
scales,
tidyr
Depends:
R (>= 2.10)
VignetteBuilder: knitr