unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55239] [PATCH 1/4] gnu: Add r-forestplot.
@ 2022-05-03  6:53 Mădălin Ionel Patrașcu
  2022-05-03  6:53 ` [bug#55238] [PATCH 2/4] gnu: Add r-catdata Mădălin Ionel Patrașcu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-05-03  6:53 UTC (permalink / raw)
  To: 55239

* gnu/packages/cran.scm (r-forestplot): New variable.
X-Debbugs-Cc: rekado@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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-31 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03  6:53 [bug#55239] [PATCH 1/4] gnu: Add r-forestplot Mădălin Ionel Patrașcu
2022-05-03  6:53 ` [bug#55238] [PATCH 2/4] gnu: Add r-catdata Mădălin Ionel Patrașcu
2022-10-31 19:12   ` Ricardo Wurmus
2022-05-03  6:53 ` [bug#55241] [PATCH 3/4] gnu: Add r-smurf Mădălin Ionel Patrașcu
2022-05-03  6:53 ` [bug#55240] [PATCH 4/4] gnu: Add r-airpart Mădălin Ionel Patrașcu
2022-10-31 19:10 ` bug#55239: [PATCH 1/4] gnu: Add r-forestplot Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).