GNU bug report logs -
#55239
[PATCH 1/4] gnu: Add r-forestplot.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 31 Oct 2022 20:10:36 +0100
with message-id <87cza7erlw.fsf <at> elephly.net>
and subject line [PATCH 1/4] gnu: Add r-forestplot.
has caused the debbugs.gnu.org bug report #55239,
regarding [PATCH 1/4] gnu: Add r-forestplot.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
55239: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55239
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/cran.scm (r-forestplot): New variable.
X-Debbugs-Cc: rekado <at> elephly.net
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 91c54bac9a..864540adf1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24377,6 +24377,33 @@ (define-public r-forecast
space models and automatic ARIMA modelling.")
(license license:gpl3)))
+(define-public r-forestplot
+ (package
+ (name "r-forestplot")
+ (version "2.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "forestplot" version))
+ (sha256
+ (base32
+ "0bzwi6ws0qjq1pqiadssynbkxxd4zjp974jfdplmv16fcyszqhyi"))))
+ (properties `((upstream-name . "forestplot")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-checkmate
+ r-magrittr))
+ (native-inputs (list r-knitr))
+ (home-page "https://gforge.se/packages/")
+ (synopsis "Advanced forest plot using @code{grid} graphics")
+ (description
+ "This package provides a forest plot that allows for multiple confidence
+intervals per row, custom fonts for each text element, custom confidence
+intervals, text mixed with expressions, and more. The aim is to extend the use
+of forest plots beyond meta-analyses. This is a more general version of the
+original @code{rmeta} package's @code{forestplot()} function and relies heavily
+on the @code{grid} package.")
+ (license license:gpl2)))
+
(define-public r-formattable
(package
(name "r-formattable")
base-commit: 098f2eea331121905e3c867f478b22cea3510841
--
2.36.0
[Message part 3 (message/rfc822, inline)]
Applied, thanks!
--
Ricardo
This bug report was last modified 2 years and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.