From 3adfe4eedaee4dc2f66a6c018dce796b3d7e90a0 Mon Sep 17 00:00:00 2001 From: hetong007 Date: Fri, 13 Feb 2015 13:13:29 -0800 Subject: [PATCH] not build the vignette --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24f4063a1..db3154640 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ 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 xgboost + R CMD build --no-build-vignettes xgboost rm -rf xgboost R CMD check --as-cran xgboost*.tar.gz