add test module in R

This commit is contained in:
hetong007
2015-08-27 15:56:35 -07:00
parent b0be833c75
commit 4554da0537
3 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
library(testthat)
library(xgboost)
test_check("xgboost")