-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.28 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
Package: SOAs
Title: Creation of Stratum Orthogonal Arrays
Version: 1.4-1
Authors@R:
c(person(given = "Ulrike",
family = "Groemping",
role = c("aut", "cre"),
email = "ulrike.groemping@bht-berlin.de"),
person(given = "Rob",
family = "Carnell",
role = c("ctb"),
email = "bertcarnell@gmail.com"),
person(given = "Hongquan",
family = "Xu",
role = c("ctb"))
)
Description: Creates stratum orthogonal arrays (also known as strong orthogonal arrays). These are arrays with more levels per column than the typical orthogonal array, and whose low order projections behave like orthogonal arrays, when collapsing levels to coarser strata. Details are described in Groemping (2022) "A unifying implementation of stratum (aka strong) orthogonal arrays" <http://www1.bht-berlin.de/FB_II/reports/Report-2022-002.pdf>.
Depends: R (>= 3.6.0), DoE.base (>= 1.2)
Imports: stats, combinat, FrF2, igraph, lhs (>= 1.1.3), conf.design, sfsmisc, partitions
License: GPL (>= 2)
Encoding: UTF-8
URL: /~https://github.com/bertcarnell/SOAs
BugReports: /~https://github.com/bertcarnell/SOAs/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3