new included feature in dt.tree function

This commit is contained in:
El Potaeto
2015-02-04 23:59:53 +01:00
parent 451944c52b
commit 9f5889f1e3
3 changed files with 9 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ importFrom(ggplot2,ylab)
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)