~ruther/guix-local

7f7f3d72b301df4eaf55890122faf0efacff6f2f — Ricardo Wurmus 11 months ago 0b55441
gnu: r-nestedcv: Update to 0.8.0.

* gnu/packages/cran.scm (r-nestedcv): Update to 0.8.0.
[propagated-inputs]: Add r-future-apply.

Change-Id: Ic936f96540109c922908eb2a54c02bc0c05eee9e
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -2
@@ 19892,19 19892,20 @@ explored with minimal deviation from the common work patterns of
(define-public r-nestedcv
  (package
    (name "r-nestedcv")
    (version "0.7.12")
    (version "0.8.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "nestedcv" version))
       (sha256
        (base32 "0f5wmnd8q1zq1xpp05n245v7zag63wwblh5rhi9qfw8069lpyp1p"))))
        (base32 "1cymz961bcc9ga2dk2fnqi8iiz9da95fxw242l0brp3w0ymdcx4q"))))
    (properties `((upstream-name . "nestedcv")))
    (build-system r-build-system)
    (propagated-inputs (list r-caret
                             r-data-table
                             r-doparallel
                             r-foreach
                             r-future-apply
                             r-ggplot2
                             r-glmnet
                             r-matrixstats