update makefile

This commit is contained in:
hetong007 2015-06-16 11:43:04 -07:00
parent 67f0b69a4c
commit 9987fb24f8

View File

@ -144,13 +144,17 @@ Rpack:
cat R-package/src/Makevars|sed '2s/.*/PKGROOT=./' > xgboost/src/Makevars
cp xgboost/src/Makevars xgboost/src/Makevars.win
# R CMD build --no-build-vignettes xgboost
R CMD build xgboost
# R CMD build xgboost
# rm -rf xgboost
# R CMD check --as-cran xgboost*.tar.gz
Rcheck:
Rbuild:
make Rpack
rm -rf xgboost
R CMD build xgboost
Rcheck:
make Rbuild
R CMD check --as-cran xgboost*.tar.gz
clean: