guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

74/124: gnu: r-caret: Update to 6.0-90.


From: guix-commits
Subject: 74/124: gnu: r-caret: Update to 6.0-90.
Date: Mon, 1 Nov 2021 17:29:13 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit cdf7158e13073459566e834f9d780b52c307010d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:45 2021 +0000

    gnu: r-caret: Update to 6.0-90.
    
    * gnu/packages/cran.scm (r-caret): Update to 6.0-90.
    [propagated-inputs]: Add r-e1071.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 427d8be..f917647 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22706,17 +22706,18 @@ it may be seen by an animal with less acute vision.")
 (define-public r-caret
   (package
     (name "r-caret")
-    (version "6.0-88")
+    (version "6.0-90")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "caret" version))
        (sha256
         (base32
-         "174cyyhsw8s6jp80spmi40qq9sw5ys0r58v4ikp53kiw1dhd247s"))))
+         "1g36m06hp2fxxwv155bwbqlf97xhcia1lmg3axg6d74kgpns8lg8"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-foreach" ,r-foreach)
+     `(("r-e1071" ,r-e1071)
+       ("r-foreach" ,r-foreach)
        ("r-ggplot2" ,r-ggplot2)
        ("r-lattice" ,r-lattice)
        ("r-modelmetrics" ,r-modelmetrics)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]