-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.16 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
Package: experDesign
Title: Design Experiments for Batches
Version: 0.4.0.9000
Authors@R: c(
person("Lluís", "Revilla Sancho", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9747-2570")),
person("Juanjo", "Lozano", role = "ths",
comment = c(ORCID = "0000-0001-7613-3908")),
person("Azucena", "Salas Martinez", role = "ths",
comment = c(ORCID = "0000-0003-4572-2907"))
)
Description: Distributes samples in batches while making batches
homogeneous according to their description. Allows for an arbitrary
number of variables, both numeric and categorical. For quality control
it provides functions to subset a representative sample.
License: MIT + file LICENSE
URL: https://experdesign.llrs.dev, https://github.com/llrs/experDesign/
BugReports: https://github.com/llrs/experDesign/issues
Depends:
R (>= 3.5.0)
Imports:
methods,
stats,
utils
Suggests:
covr,
knitr,
MASS,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1