-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 833 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
39
40
41
# Generated by roxygen2: do not edit by hand
export(all_multinom)
export(ddirmult)
export(dgamete)
export(drbounds)
export(f1dr)
export(freqnext)
export(gibbs_gl)
export(gibbs_gl_alt)
export(gibbs_known)
export(gsegmat)
export(gsegmat_symb)
export(hweboot)
export(hwefit)
export(hwefreq)
export(hwelike)
export(hwenodr)
export(hweustat)
export(menbayesgl)
export(p_from_alpha)
export(qqpvalue)
export(rmbayes)
export(rmbayesgl)
export(rmlike)
export(simgl)
export(ts_bands)
export(zsegarray)
export(zygdist)
import(Rcpp)
import(doFuture)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,defaultNumThreads)
importFrom(doRNG,"%dorng%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(future,plan)
importFrom(rstan,sampling)
importFrom(rstantools,use_rstan)
useDynLib(hwep, .registration = TRUE)