diff options
-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 fa54221899..94d7ee956f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10286,13 +10286,13 @@ implementation of an approximate nearest neighbor search using hierarchical (define-public r-nestedcv (package (name "r-nestedcv") - (version "0.7.0") + (version "0.7.3") (source (origin (method url-fetch) (uri (cran-uri "nestedcv" version)) (sha256 - (base32 "0jpg4il1niyizfq8kkk391x7anhp2s38mrfypa86skr08ca46zss")))) + (base32 "1f725r2f00ldp6pdk3ncvwxm4c2asz6rjs6g8afwh6plxwfkcjq8")))) (properties `((upstream-name . "nestedcv"))) (build-system r-build-system) (propagated-inputs (list r-caret @@ -10301,6 +10301,7 @@ implementation of an approximate nearest neighbor search using hierarchical r-foreach r-ggplot2 r-glmnet + r-magrittr r-matrixstats r-matrixtests r-proc |