mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-nestedcv: Update to 0.7.4.
* gnu/packages/cran.scm (r-nestedcv): Update to 0.7.4. [propagated-inputs]: Add r-rhpcblasctl. Change-Id: Ica97cf7c960125543210c48851861d7826a8f8aa
This commit is contained in:
parent
775ae73c3d
commit
51d7fae43a
1 changed files with 3 additions and 2 deletions
|
@ -10624,13 +10624,13 @@ (define-public r-n2r
|
|||
(define-public r-nestedcv
|
||||
(package
|
||||
(name "r-nestedcv")
|
||||
(version "0.7.3")
|
||||
(version "0.7.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nestedcv" version))
|
||||
(sha256
|
||||
(base32 "1f725r2f00ldp6pdk3ncvwxm4c2asz6rjs6g8afwh6plxwfkcjq8"))))
|
||||
(base32 "0ymy1dbkcpiyq44zpvpkz1m5ivnchip07q6agh6ij50imddxb48s"))))
|
||||
(properties `((upstream-name . "nestedcv")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-caret
|
||||
|
@ -10644,6 +10644,7 @@ (define-public r-nestedcv
|
|||
r-matrixtests
|
||||
r-proc
|
||||
r-rfast
|
||||
r-rhpcblasctl
|
||||
r-rlang))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/myles-lewis/nestedcv")
|
||||
|
|
Loading…
Reference in a new issue