import vcd to eliminate note
This commit is contained in:
parent
a96ac937f8
commit
8f0e99c3ce
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
|
||||
@ -29,4 +29,5 @@ Imports:
|
||||
stringr (>= 0.6.2),
|
||||
DiagrammeR (>= 0.4),
|
||||
ggplot2 (>= 1.0.0),
|
||||
Ckmeans.1d.dp (>= 3.3.1)
|
||||
Ckmeans.1d.dp (>= 3.3.1),
|
||||
vcd (>= 1.3)
|
||||
|
||||
@ -51,3 +51,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