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: Ica97cf7c960125543210c48851861d7826a8f8aamaster
parent
775ae73c3d
commit
51d7fae43a
|
@ -10624,13 +10624,13 @@ implementation of an approximate nearest neighbor search using hierarchical
|
||||||
(define-public r-nestedcv
|
(define-public r-nestedcv
|
||||||
(package
|
(package
|
||||||
(name "r-nestedcv")
|
(name "r-nestedcv")
|
||||||
(version "0.7.3")
|
(version "0.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nestedcv" version))
|
(uri (cran-uri "nestedcv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f725r2f00ldp6pdk3ncvwxm4c2asz6rjs6g8afwh6plxwfkcjq8"))))
|
(base32 "0ymy1dbkcpiyq44zpvpkz1m5ivnchip07q6agh6ij50imddxb48s"))))
|
||||||
(properties `((upstream-name . "nestedcv")))
|
(properties `((upstream-name . "nestedcv")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-caret
|
(propagated-inputs (list r-caret
|
||||||
|
@ -10644,6 +10644,7 @@ implementation of an approximate nearest neighbor search using hierarchical
|
||||||
r-matrixtests
|
r-matrixtests
|
||||||
r-proc
|
r-proc
|
||||||
r-rfast
|
r-rfast
|
||||||
|
r-rhpcblasctl
|
||||||
r-rlang))
|
r-rlang))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/myles-lewis/nestedcv")
|
(home-page "https://github.com/myles-lewis/nestedcv")
|
||||||
|
|
Reference in New Issue