mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-cubist: Update to 0.6.0.
* gnu/packages/cran.scm (r-cubist): Update to 0.6.0. [native-inputs]: Add r-dplyr, r-mlbench, and r-withr. Change-Id: I3156f66a389c0aacd57506c3a1663256e604cb50
This commit is contained in:
@@ -2393,17 +2393,22 @@ dplyr for backward compatibility.")
|
||||
(define-public r-cubist
|
||||
(package
|
||||
(name "r-cubist")
|
||||
(version "0.5.1")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Cubist" version))
|
||||
(sha256
|
||||
(base32 "12nbag4ixdl6p4ssv434pkkx1pwiia11w4lzbl6ccgn1fl0ss20c"))))
|
||||
(base32 "0dmqryjlypd2ynwakn54xnbdcba718k3kbanv2jhxip4ppsfa2bs"))))
|
||||
(properties `((upstream-name . "Cubist")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-lattice r-reshape2))
|
||||
(native-inputs (list r-knitr r-modeldata r-testthat))
|
||||
(native-inputs (list r-dplyr
|
||||
r-knitr
|
||||
r-mlbench
|
||||
r-modeldata
|
||||
r-testthat
|
||||
r-withr))
|
||||
(home-page "https://topepo.github.io/Cubist/")
|
||||
(synopsis "Rule- and instance-based regression modeling")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user