me
/
guix
Archived
1
0
Fork 0

gnu: r-gbm: Update to 2.1.8.

* gnu/packages/cran.scm (r-gbm): Update to 2.1.8.
[propagated-inputs]: Remove r-gridextra.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-08-12 11:58:27 +02:00
parent fb883e0dfe
commit 30b1b051e6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 4 deletions

View File

@ -15025,19 +15025,20 @@ graphics using Vega.")
(define-public r-gbm
(package
(name "r-gbm")
(version "2.1.5")
(version "2.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "gbm" version))
(sha256
(base32
"0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
"1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-gridextra" ,r-gridextra)
("r-lattice" ,r-lattice)
`(("r-lattice" ,r-lattice)
("r-survival" ,r-survival)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/gbm-developers/gbm")
(synopsis "Generalized boosted regression models")
(description