gnu: r-nestedcv: Update to 0.7.8.
* gnu/packages/cran.scm (r-nestedcv): Update to 0.7.8. [propagated-inputs]: Remove r-magrittr; add r-rocr. Change-Id: Icf9c947cea5e88395eb036bb2ea12004e49141bf
This commit is contained in:
parent
3deab18d67
commit
c0649e8d3f
1 changed files with 4 additions and 4 deletions
|
@ -10821,13 +10821,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.4")
|
(version "0.7.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nestedcv" version))
|
(uri (cran-uri "nestedcv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ymy1dbkcpiyq44zpvpkz1m5ivnchip07q6agh6ij50imddxb48s"))))
|
(base32 "1pdky7kzqs1rhl0f4hba3sggifplfgbp339imxym4dvvdb81b589"))))
|
||||||
(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
|
||||||
|
@ -10836,13 +10836,13 @@ implementation of an approximate nearest neighbor search using hierarchical
|
||||||
r-foreach
|
r-foreach
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-glmnet
|
r-glmnet
|
||||||
r-magrittr
|
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-matrixtests
|
r-matrixtests
|
||||||
r-proc
|
r-proc
|
||||||
r-rfast
|
r-rfast
|
||||||
r-rhpcblasctl
|
r-rhpcblasctl
|
||||||
r-rlang))
|
r-rlang
|
||||||
|
r-rocr))
|
||||||
(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")
|
||||||
(synopsis "Nested cross-validation with glmnet and caret")
|
(synopsis "Nested cross-validation with glmnet and caret")
|
||||||
|
|
Reference in a new issue