save intermediate
[epclust.git] / epclust / R / A_NAMESPACE.R
diff --git a/epclust/R/A_NAMESPACE.R b/epclust/R/A_NAMESPACE.R
new file mode 100644 (file)
index 0000000..8407d23
--- /dev/null
@@ -0,0 +1,15 @@
+#' @include de_serialize.R
+#' @include clustering.R
+#' @include main.R
+#'
+#' @useDynLib epclust
+#'
+#' @importFrom Rcpp evalCpp sourceCpp
+#' @importFrom Rwave cwt
+#' @importFrom cluster pam
+#' @importFrom parallel makeCluster clusterExport parLapply stopCluster
+#' @importFrom wavelets dwt wt.filter
+#' @importFrom stats spline
+#' @importFrom methods is
+#' @importFrom bigmemory big.matrix as.big.matrix is.big.matrix
+NULL