guix-commits
[Top][All Lists]
Advanced

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

164/214: gnu: r-rmisc: Update to 1.5.1.


From: guix-commits
Subject: 164/214: gnu: r-rmisc: Update to 1.5.1.
Date: Sat, 28 May 2022 04:37:51 -0400 (EDT)

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

commit 38b84409d340a850dfef8771ce81c484dcd8912b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:52 2022 +0200

    gnu: r-rmisc: Update to 1.5.1.
    
    * gnu/packages/cran.scm (r-rmisc): Update to 1.5.1.
    [propagated-inputs]: Remove r-rcpp.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5dabf89f91..52bdfc5b89 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31491,16 +31491,16 @@ asynchronously from formatting.")
 (define-public r-rmisc
   (package
     (name "r-rmisc")
-    (version "1.5")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "Rmisc" version))
               (sha256
                (base32
-                "1ijjhfy3v91fspid77rrkc5dkcb2lav37wc3f4k5lwrn24wzy5y8"))))
+                "1h6jb0xwkyhm9lwm7nj9bhrb5dhrsifvkpqkrd594j1lz74dar8x"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-plyr r-rcpp r-lattice))
+     (list r-plyr r-lattice))
     (home-page "https://cran.r-project.org/web/packages/Rmisc/";)
     (synopsis "Ryan Miscellaneous")
     (description "The Rmisc library contains functions for data analysis and



reply via email to

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