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

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