add vcd back

This commit is contained in:
hetong 2015-03-03 00:25:30 -08:00
parent 41b080e35f
commit ee6e8279eb
2 changed files with 3 additions and 2 deletions

View File

@ -94,8 +94,8 @@ Rpack:
cp xgboost/src/Makevars xgboost/src/Makevars.win
# R CMD build --no-build-vignettes xgboost
R CMD build xgboost
#rm -rf xgboost
#R CMD check --as-cran xgboost*.tar.gz
rm -rf xgboost
R CMD check --as-cran xgboost*.tar.gz
clean:
$(RM) -rf $(OBJ) $(BIN) $(MPIBIN) $(MPIOBJ) $(SLIB) *.o */*.o */*/*.o *~ */*~ */*/*~

View File

@ -52,3 +52,4 @@ importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
import(vcd)