merge with remote
[epclust.git] / pkg / R / A_NAMESPACE.R
diff --git a/pkg/R/A_NAMESPACE.R b/pkg/R/A_NAMESPACE.R
new file mode 100644 (file)
index 0000000..3e29918
--- /dev/null
@@ -0,0 +1,15 @@
+#' @include de_serialize.R
+#' @include clustering.R
+#' @include main.R
+#'
+#' @useDynLib epclust
+#'
+#' @importFrom Rwave cwt
+#' @importFrom cluster pam
+#' @importFrom parallel makeCluster clusterExport parLapply stopCluster
+#' @importFrom wavethresh wd filter.select
+#' @importFrom stats spline
+#' @importFrom methods is
+#' @importFrom bigmemory big.matrix as.big.matrix is.big.matrix
+#' @importFrom utils head tail
+NULL