summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-10-31 20:14:51 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-10-31 20:14:56 +0100
commit22aee82046f9efd9683fe4044657dba881818246 (patch)
tree741908eaaf55c22c3f5c26c88419568028d0a2b5 /gnu
parenta4c738f40f0a164dbf41287f6ad946a10bb6409e (diff)
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files 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")