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.
This commit is contained in:
Ricardo Wurmus 2022-10-31 20:14:51 +01:00
parent a4c738f40f
commit 22aee82046
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25657,17 +25657,17 @@ (define-public r-forecast
(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")