Skip to content

Commit

Permalink
import stringdist in NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMuir committed Jun 8, 2018
1 parent 967b546 commit 5f7dfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -2,6 +2,7 @@

export(key_collision_merge)
export(n_gram_merge)
import(stringdist)
importFrom(Rcpp,sourceCpp)
importFrom(stringi,stri_trans_general)
useDynLib(refinr)
1 change: 1 addition & 0 deletions R/refinr.R
Expand Up @@ -26,6 +26,7 @@
#' }
#'
#' @useDynLib refinr
#' @import stringdist
#' @importFrom Rcpp sourceCpp
#' @importFrom stringi stri_trans_general
#' @docType package
Expand Down

0 comments on commit 5f7dfb3

Please sign in to comment.