-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 754 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 754 Bytes
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
Package: lhs
Title: Latin Hypercube Samples
Version: 1.4.0
Authors@R:
person(given = "Rob",
family = "Carnell",
role = c("aut", "cre"),
email = "bertcarnell@gmail.com",
comment = c(ORCID = "0009-0009-0465-7564")
)
Description: Provides a number of methods for creating and augmenting Latin Hypercube Samples and Orthogonal Array Latin Hypercube Samples, including sliced and nested Latin Hypercube designs.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 4.1.0)
LinkingTo:
Rcpp
Imports:
Rcpp
Suggests:
testthat,
DoE.base,
knitr,
rmarkdown
URL: https://github.com/bertcarnell/lhs
BugReports: https://github.com/bertcarnell/lhs/issues
RoxygenNote: 7.3.3
VignetteBuilder: knitr