fix typo, add some TODO
[epclust.git] / epclust / R / A_NAMESPACE.R
1 #' @include de_serialize.R
2 #' @include clustering.R
3 #' @include main.R
4 #'
5 #' @useDynLib epclust
6 #'
7 #' @importFrom Rcpp evalCpp sourceCpp
8 #' @importFrom Rwave cwt
9 #' @importFrom cluster pam
10 #' @importFrom parallel makeCluster clusterExport parLapply stopCluster
11 #' @importFrom wavelets dwt wt.filter
12 #' @importFrom stats spline
13 #' @importFrom methods is
14 #' @importFrom bigmemory big.matrix as.big.matrix is.big.matrix
15 NULL