-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
38 lines (37 loc) · 811 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(augmentLHS)
export(correlatedLHS)
export(createAddelKemp)
export(createAddelKemp3)
export(createAddelKempN)
export(createBose)
export(createBoseBush)
export(createBoseBushl)
export(createBush)
export(createBusht)
export(create_galois_field)
export(create_oalhs)
export(geneticLHS)
export(get_library_versions)
export(improvedLHS)
export(maximinLHS)
export(oa_to_oalhs)
export(optAugmentLHS)
export(optSeededLHS)
export(optimumLHS)
export(poly2int)
export(poly_prod)
export(poly_sum)
export(qdirichlet)
export(qfactor)
export(qinteger)
export(randomLHS)
export(runifint)
import(Rcpp)
importFrom(stats,dist)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,qgamma)
importFrom(stats,runif)
importFrom(utils,packageVersion)
useDynLib(lhs)