fix some missing imports

This commit is contained in:
El Potaeto
2015-01-01 16:09:03 +01:00
parent a524a51a06
commit 8bbe45eed2
2 changed files with 5 additions and 1 deletions

View File

@@ -21,3 +21,5 @@ importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(magrittr,"%>%")
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)