add vcd back
This commit is contained in:
parent
41b080e35f
commit
ee6e8279eb
4
Makefile
4
Makefile
@ -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 *~ */*~ */*/*~
|
||||
|
||||
@ -52,3 +52,4 @@ importFrom(stringr,str_match)
|
||||
importFrom(stringr,str_replace)
|
||||
importFrom(stringr,str_split)
|
||||
importFrom(stringr,str_trim)
|
||||
import(vcd)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user