Skip to content

Commit

Permalink
included stri_join instead of join
Browse files Browse the repository at this point in the history
compare to Improve speed using stringi package #440 (awalker89/openxlsx#440)
  • Loading branch information
ycphs committed Nov 11, 2019
1 parent 5b43297 commit 02151d5
Show file tree
Hide file tree
Showing 8 changed files with 17,588 additions and 2,964 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Imports:
Rcpp,
stats,
utils,
zip
zip,
stringi
Suggests:
knitr,
pkgdown,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export(writeFormula)
import(grDevices)
import(methods)
import(stats)
import(stringi)
importFrom(Rcpp,sourceCpp)
importFrom(utils,download.file)
importFrom(utils,head)
Expand Down
Loading

0 comments on commit 02151d5

Please sign in to comment.