-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.28 KB
/
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
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
export(d_alpha_prior)
export(d_delta_prior)
export(d_tau_prior)
export(d_thetas_prior)
export(estimate_mupp_params)
export(estimate_mupp_thetas)
export(find_all_permutations)
export(find_crossprod_column)
export(find_crossprod_dims)
export(find_permutation_index)
export(find_permutation_order)
export(r_alpha_prior)
export(r_delta_prior)
export(r_tau_prior)
export(r_thetas_prior)
export(simulate_mupp_params)
export(simulate_mupp_resp)
import(Rcpp)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast)
importFrom(extraDistr,dnsbeta)
importFrom(extraDistr,rnsbeta)
importFrom(lhs,optimumLHS)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,inset2)
importFrom(magrittr,multiply_by)
importFrom(magrittr,set_rownames)
importFrom(roperators,"%ni%")
importFrom(roperators,any_bad_for_calcs)
importFrom(roperators,is.irregular_list)
importFrom(stats,as.formula)
importFrom(stats,dnorm)
importFrom(stats,reshape)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,type.convert)
useDynLib(mupp, .registration = TRUE)