import vcd to eliminate note

This commit is contained in:
hetong 2015-02-28 10:11:44 -08:00
parent a96ac937f8
commit 8f0e99c3ce
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

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