fix some issues from the cran check

This commit is contained in:
hetong 2015-01-20 21:29:51 -08:00
parent 417ac4a631
commit 34e2fbd2c4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Depends:
Imports:
Matrix (>= 1.1-0),
methods,
data.table (>= 1.9),
data.table (>= 1.9.4),
magrittr (>= 1.5),
stringr,
DiagrammeR

View File

@ -129,4 +129,4 @@ xgb.cv <- function(params=list(), data, nrounds, nfold, label = NULL, missing =
return(list(dt = dt,pred = predictValues))
}
return(dt)
}
}