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
|
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
|
R CMD build xgboost
|
||||||
#rm -rf xgboost
|
rm -rf xgboost
|
||||||
#R CMD check --as-cran xgboost*.tar.gz
|
R CMD check --as-cran xgboost*.tar.gz
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -rf $(OBJ) $(BIN) $(MPIBIN) $(MPIOBJ) $(SLIB) *.o */*.o */*/*.o *~ */*~ */*/*~
|
$(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_replace)
|
||||||
importFrom(stringr,str_split)
|
importFrom(stringr,str_split)
|
||||||
importFrom(stringr,str_trim)
|
importFrom(stringr,str_trim)
|
||||||
|
import(vcd)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user