guix-commits
[Top][All Lists]
Advanced

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

33/60: gnu: Add r-gmisc.


From: guix-commits
Subject: 33/60: gnu: Add r-gmisc.
Date: Tue, 26 Nov 2024 13:02:24 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit 4647fc1582a502a1573a696ebaa01e27a00f5bf7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 26 18:05:39 2024 +0100

    gnu: Add r-gmisc.
    
    * gnu/packages/cran.scm (r-gmisc): New variable.
    
    Change-Id: I54c7b6d5cb3c375a6fef1418654f552f3956d493
---
 gnu/packages/cran.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 694653df65..07845fdff9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23539,6 +23539,45 @@ preparing, executing, and processing HTTP requests.")
      "This package provides an R interface to Google's BigQuery database.")
     (license license:gpl3)))
 
+(define-public r-gmisc
+  (package
+    (name "r-gmisc")
+    (version "3.0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Gmisc" version))
+       (sha256
+        (base32 "1s8gkqg54622xhsmhl7n5pff2b6xfij111m7h3i4inzfjfmziq43"))))
+    (properties `((upstream-name . "Gmisc")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-abind
+                             r-checkmate
+                             r-forestplot
+                             r-glue
+                             r-hmisc
+                             r-htmltable
+                             r-knitr
+                             r-lattice
+                             r-lubridate
+                             r-magrittr
+                             r-rcpp
+                             r-rlang
+                             r-rmarkdown
+                             r-stringr
+                             r-xml
+                             r-yaml))
+    (native-inputs (list r-dplyr r-knitr r-testthat))
+    (home-page "https://gforge.se";)
+    (synopsis "Descriptive statistics, transition plots, and more")
+    (description
+     "This package provides tools for making the descriptive \"Table 1\" used
+in medical articles, a transition plot for showing changes between
+categories (also known as a Sankey diagram), flow charts by extending the grid
+package, a method for variable selection based on the SVD, Bezier lines with
+arrows complementing the ones in the grid package, and more.")
+    (license license:gpl3+)))
+
 (define-public r-gmp
   (package
     (name "r-gmp")



reply via email to

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