import vcd to eliminate note

This commit is contained in:
hetong
2015-02-28 10:11:44 -08:00
parent a96ac937f8
commit 8f0e99c3ce
3 changed files with 5 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ Rpack:
cp ./LICENSE xgboost
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 --no-build-vignettes xgboost
R CMD build xgboost
rm -rf xgboost
R CMD check --as-cran xgboost*.tar.gz