Browse Source

stats

tags/v0.3.0
Bob Rudis 8 years ago
parent
commit
aa899dc876
  1. 1
      NAMESPACE
  2. 1
      R/wand-package.R

1
NAMESPACE

@ -3,6 +3,7 @@
export(incant)
export(magic_wand_file)
import(purrr)
import(stats)
import(stringi)
import(tibble)
import(tidyr)

1
R/wand-package.R

@ -12,4 +12,5 @@
#' @importFrom Rcpp sourceCpp
#' @importFrom utils unzip
#' @importFrom dplyr mutate left_join
#' @import stats
NULL

Loading…
Cancel
Save