Fix missing dependencies

This commit is contained in:
pommedeterresautee
2015-11-27 18:19:51 +01:00
parent 68b666d7e5
commit 5e9f4dc973
3 changed files with 5 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ importFrom(data.table,setnames)
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,not)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)