mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-lightgbm: Update to 4.2.0.
* gnu/packages/cran.scm (r-lightgbm): Update to 4.2.0. [native-inputs]: Add r-knitr. Change-Id: If63739b6159ed618eaab5d32b047f3cf30e6cd44
This commit is contained in:
parent
e0520bd6b2
commit
3996149315
1 changed files with 4 additions and 2 deletions
|
@ -33504,18 +33504,20 @@ (define-public r-hardhat
|
||||||
(define-public r-lightgbm
|
(define-public r-lightgbm
|
||||||
(package
|
(package
|
||||||
(name "r-lightgbm")
|
(name "r-lightgbm")
|
||||||
(version "3.3.5")
|
(version "4.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lightgbm" version))
|
(uri (cran-uri "lightgbm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bnzggia48jkd1ffdzhznmbk76dw3mab65i7rmg967zcflapv7rh"))))
|
"0c0q597agzdaimy0q1mssdpm0pw4yvqq9w6n8syvgz1g5q0mcwqi"))))
|
||||||
(properties `((upstream-name . "lightgbm")))
|
(properties `((upstream-name . "lightgbm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-data-table r-jsonlite r-matrix r-r6))
|
(list r-data-table r-jsonlite r-matrix r-r6))
|
||||||
|
(native-inputs
|
||||||
|
(list r-knitr))
|
||||||
(home-page "https://github.com/Microsoft/LightGBM")
|
(home-page "https://github.com/Microsoft/LightGBM")
|
||||||
(synopsis "Light gradient boosting machine")
|
(synopsis "Light gradient boosting machine")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue