-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
34 lines (33 loc) · 808 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
# Generated by roxygen2: do not edit by hand
export(evaluation)
export(gen_data)
export(get_types)
export(interpolation)
export(ipol)
export(latentcor)
export(r_ml_wrapper)
import(doFuture)
import(doRNG)
import(foreach)
import(future)
import(geometry)
import(ggplot2)
import(stats)
importFrom(MASS,mvrnorm)
importFrom(Matrix,nearPD)
importFrom(fMultivar,pnorm2d)
importFrom(graphics,hist)
importFrom(heatmaply,heatmaply)
importFrom(microbenchmark,microbenchmark)
importFrom(mnormt,pmnorm)
importFrom(parallel,detectCores)
importFrom(pcaPP,cor.fk)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
useDynLib(latentcor, .registration=TRUE, .fixes='C_')