-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.89 KB
/
Copy pathDESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.89 KB
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
Type: Package
Package: speed
Title: Generate Spatially Efficient Experimental Designs
Version: 0.0.11
Authors@R:
c(person(given = "Sam",
family = "Rogers",
role = c("aut", "cre"),
email = "sam.rogers@adelaide.edu.au"),
person(given = "Wasin",
family = "Pipattungsakul",
role = "aut",
email = "wasin.pipattungsakul@adelaide.edu.au"),
person(given = "Julian",
family = "Taylor",
role = "aut",
email = "julian.taylor@adelaide.edu.au"),
person(given = "University of Adelaide",
role = c("cph", "fnd"),
comment = "https://adelaide.edu.au/"),
person(given = "Grains Research and Development Corporation",
role = c("cph", "fnd"),
comment = "https://grdc.com.au/"))
Description: The Speed package optimises spatial experimental designs by rearranging
treatments to improve statistical efficiency while maintaining statistical validity.
It employs customisable optimisation metrics, with a default approach that balances
minimising treatment adjacency and maintaining spatial balance. Users can supply their
own optimisation metrics to tailor designs to specific experimental requirements.
The package also includes visualisation tools that allow users to inspect
optimised designs.
License: MIT + file LICENSE
URL: https://biometryhub.github.io/speed/
BugReports: https://github.com/biometryhub/speed/issues
Depends: R (>= 4.1)
Imports:
crayon,
farver,
ggplot2,
matrixStats,
rlang,
scales,
stringi
Suggests:
igraph,
knitr,
patchwork,
quarto,
tibble,
testthat (>= 3.0.0),
vdiffr,
withr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
VignetteBuilder: quarto
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/roxygen2/version: 8.0.0