-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 962 Bytes
/
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
Package: dandy
Title: Sampling Plans in R
Description: Approximate calculation of star discrepancy of a point set and methods for pseudo-random and quasi-random point set generation: uniform random sampling, latin hypercube sampling, Sobol and Halton sequences.
Version: 1.0.0
Encoding: UTF-8
Date: 2023-03-15
Authors@R: c(
person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = c("aut", "cre", "cph")),
person("Magnus", "Wahlström", email = "magnus.wahlstrom@rhul.ac.uk", role = c("ctb", "cph")),
person("Carola", "Doerr", email = "carola.doerr@mpi-inf.mpg.de", role = c("ctb", "cph"))
)
Maintainer: Jakob Bossek <j.bossek@gmail.com>
License: GPL-3 | file LICENSE
URL: https://github.com/jakobbossek/dandy
BugReports: https://github.com/jakobbossek/dandy/issues
Depends:
R (>= 2.10),
BBmisc (>= 1.6)
Imports:
checkmate (>= 1.1),
randtoolbox,
lhs
Suggests:
testthat (>= 0.9.1)
ByteCompile: yes
RoxygenNote: 7.2.3