guix-commits
[Top][All Lists]
Advanced

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

65/89: gnu: r-rms: Update to 6.0-0.


From: guix-commits
Subject: 65/89: gnu: r-rms: Update to 6.0-0.
Date: Thu, 11 Jun 2020 11:04:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5547b4360f8759e719915887ab3b4e130c0bb292
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:11:05 2020 +0200

    gnu: r-rms: Update to 6.0-0.
    
    * gnu/packages/cran.scm (r-rms): Update to 6.0-0.
    [propagated-inputs]: Add r-cluster, r-digest, and r-mass.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 49f1ea4..fc831e0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13672,20 +13672,23 @@ lspec, polyclass, and polymars.")
 (define-public r-rms
   (package
     (name "r-rms")
-    (version "5.1-4")
+    (version "6.0-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rms" version))
        (sha256
-        (base32 "19knh1sw0icw6jh9wfb2hq5jf49i2qfvp9myvqm5paa495689x9q"))))
+        (base32 "0m88m63d19qz03x8v56h4rrblln3d2943spi1v4wxxnbcdk22np9"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-ggplot2" ,r-ggplot2)
+     `(("r-cluster" ,r-cluster)
+       ("r-digest" ,r-digest)
+       ("r-ggplot2" ,r-ggplot2)
        ("r-hmisc" ,r-hmisc)
        ("r-htmltable" ,r-htmltable)
        ("r-htmltools" ,r-htmltools)
        ("r-lattice" ,r-lattice)
+       ("r-mass" ,r-mass)
        ("r-multcomp" ,r-multcomp)
        ("r-nlme" ,r-nlme)
        ("r-polspline" ,r-polspline)



reply via email to

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