diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:48:55 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:48:55 +0100 |
| commit | 51d7fae43a305aa9236a98e5e75c4b56ff21fb0a (patch) | |
| tree | 65c313fb64f942459fcc4009d2dc39f3cdea1809 /gnu | |
| parent | 775ae73c3d41a5811bbb08469764a0a640bb16de (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d2132e7c34e..64490df4711 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -10624,13 +10624,13 @@ implementation of an approximate nearest neighbor search using hierarchical | |||
| 10624 | (define-public r-nestedcv | 10624 | (define-public r-nestedcv |
| 10625 | (package | 10625 | (package |
| 10626 | (name "r-nestedcv") | 10626 | (name "r-nestedcv") |
| 10627 | (version "0.7.3") | 10627 | (version "0.7.4") |
| 10628 | (source | 10628 | (source |
| 10629 | (origin | 10629 | (origin |
| 10630 | (method url-fetch) | 10630 | (method url-fetch) |
| 10631 | (uri (cran-uri "nestedcv" version)) | 10631 | (uri (cran-uri "nestedcv" version)) |
| 10632 | (sha256 | 10632 | (sha256 |
| 10633 | (base32 "1f725r2f00ldp6pdk3ncvwxm4c2asz6rjs6g8afwh6plxwfkcjq8")))) | 10633 | (base32 "0ymy1dbkcpiyq44zpvpkz1m5ivnchip07q6agh6ij50imddxb48s")))) |
| 10634 | (properties `((upstream-name . "nestedcv"))) | 10634 | (properties `((upstream-name . "nestedcv"))) |
| 10635 | (build-system r-build-system) | 10635 | (build-system r-build-system) |
| 10636 | (propagated-inputs (list r-caret | 10636 | (propagated-inputs (list r-caret |
| @@ -10644,6 +10644,7 @@ implementation of an approximate nearest neighbor search using hierarchical | |||
| 10644 | r-matrixtests | 10644 | r-matrixtests |
| 10645 | r-proc | 10645 | r-proc |
| 10646 | r-rfast | 10646 | r-rfast |
| 10647 | r-rhpcblasctl | ||
| 10647 | r-rlang)) | 10648 | r-rlang)) |
| 10648 | (native-inputs (list r-knitr)) | 10649 | (native-inputs (list r-knitr)) |
| 10649 | (home-page "https://github.com/myles-lewis/nestedcv") | 10650 | (home-page "https://github.com/myles-lewis/nestedcv") |
