guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: r-forestplot: Update to 3.1.0.


From: guix-commits
Subject: 02/04: gnu: r-forestplot: Update to 3.1.0.
Date: Mon, 31 Oct 2022 15:22:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 22aee82046f9efd9683fe4044657dba881818246
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 31 20:14:51 2022 +0100

    gnu: r-forestplot: Update to 3.1.0.
    
    * gnu/packages/cran.scm (r-forestplot): Update to 3.1.0.
    [propagated-inputs]: Remove r-magrittr; add r-abind.
---
 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 6703457564..4b141fe9b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25657,17 +25657,17 @@ space models and automatic ARIMA modelling.")
 (define-public r-forestplot
   (package
     (name "r-forestplot")
-    (version "2.0.1")
+    (version "3.1.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "forestplot" version))
               (sha256
                (base32
-                "0bzwi6ws0qjq1pqiadssynbkxxd4zjp974jfdplmv16fcyszqhyi"))))
+                "0xk30mpb87sab2afnk2j474qjjf4j6x1ifh9j5n7w690f481iqqb"))))
     (properties `((upstream-name . "forestplot")))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-checkmate r-magrittr))
+     (list r-abind r-checkmate))
     (native-inputs (list r-knitr))
     (home-page "https://gforge.se/packages/";)
     (synopsis "Advanced forest plot using @code{grid} graphics")



reply via email to

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