Browse Source

stats

master
Bob Rudis 8 years ago
parent
commit
2f428195bd
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  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