Adjustments for CRAN upload
[valse.git] / pkg / NAMESPACE
1 # Generated by roxygen2: do not edit by hand
2
3 export(EMGLLF)
4 export(EMGrank)
5 export(computeGridLambda)
6 export(constructionModelesLassoMLE)
7 export(constructionModelesLassoRank)
8 export(generateXY)
9 export(initSmallEM)
10 export(plot_valse)
11 export(runValse)
12 export(selectVariables)
13 importFrom(MASS,ginv)
14 importFrom(cowplot,background_grid)
15 importFrom(ggplot2,aes)
16 importFrom(ggplot2,geom_boxplot)
17 importFrom(ggplot2,geom_line)
18 importFrom(ggplot2,geom_tile)
19 importFrom(ggplot2,ggplot)
20 importFrom(ggplot2,ggtitle)
21 importFrom(ggplot2,scale_fill_gradient2)
22 importFrom(ggplot2,theme)
23 importFrom(parallel,clusterExport)
24 importFrom(parallel,makeCluster)
25 importFrom(parallel,parLapply)
26 importFrom(parallel,stopCluster)
27 importFrom(reshape2,melt)
28 importFrom(stats,cutree)
29 importFrom(stats,dist)
30 importFrom(stats,hclust)
31 importFrom(stats,runif)
32 useDynLib(valse)