Replace cBind by cbind (#3203)

* modify test_helper.R

* fix noLD

* update desc

* fix solaris test

* fix desc

* improve fix

* fix url

* change Matrix cBind to cbind

* fix

* fix error in demo

* fix examples
This commit is contained in:
Tong He
2018-03-28 10:05:47 -07:00
committed by GitHub
parent b087620661
commit ace4016c36
7 changed files with 136 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ export(xgboost)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgeMatrix)
importFrom(Matrix,cBind)
importFrom(Matrix,colSums)
importFrom(Matrix,sparse.model.matrix)
importFrom(Matrix,sparseMatrix)