gnu: r-xgboost: Update to 1.0.0.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.0.0.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
2f445f0da3
commit
c5036a4f39
1 changed files with 4 additions and 2 deletions
|
@ -15346,20 +15346,22 @@ the current document.")
|
||||||
(define-public r-xgboost
|
(define-public r-xgboost
|
||||||
(package
|
(package
|
||||||
(name "r-xgboost")
|
(name "r-xgboost")
|
||||||
(version "0.90.0.2")
|
(version "1.0.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xgboost" version))
|
(uri (cran-uri "xgboost" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gy9rzg43mjpfis893vf15drmbigfn0481zrzss9ajnmnk0q8194"))))
|
"0fx5qjpjjirzhplddqmxlysyqszp79w74x00b5shp6p2lzy6yd9a"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-data-table" ,r-data-table)
|
`(("r-data-table" ,r-data-table)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-stringi" ,r-stringi)))
|
("r-stringi" ,r-stringi)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/dmlc/xgboost")
|
(home-page "https://github.com/dmlc/xgboost")
|
||||||
(synopsis "Extreme gradient boosting")
|
(synopsis "Extreme gradient boosting")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue