diff --git a/NAMESPACE b/NAMESPACE index 03c01ab..b17e4ed 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -3,6 +3,7 @@ export(incant) export(magic_wand_file) import(purrr) +import(stats) import(stringi) import(tibble) import(tidyr) diff --git a/R/wand-package.R b/R/wand-package.R index 99a7322..81644a8 100644 --- a/R/wand-package.R +++ b/R/wand-package.R @@ -12,4 +12,5 @@ #' @importFrom Rcpp sourceCpp #' @importFrom utils unzip #' @importFrom dplyr mutate left_join +#' @import stats NULL