commit | b2b41994eb6229fa9beffc33c13f589c449c3a30 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu@hsl.harvard.edu> | Tue Oct 03 12:50:03 2017 -0400 |
committer | Hao Zhu <haozhu@hsl.harvard.edu> | Tue Oct 03 12:50:03 2017 -0400 |
tree | 4d03233bf59f5164673c6c40b3bbe7b109fea24d | |
parent | b7f4f4e8d85875b416145a324d63dfb946d14d45 [diff] [blame] |
Fix #70
diff --git a/NAMESPACE b/NAMESPACE index 6ec7c1e..d30b54e 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -31,6 +31,7 @@ importFrom(stringr,str_extract_all) importFrom(stringr,str_match) importFrom(stringr,str_match_all) +importFrom(stringr,str_replace) importFrom(stringr,str_replace_all) importFrom(stringr,str_split) importFrom(stringr,str_sub)