guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add r-multcompview.


From: guix-commits
Subject: 03/04: gnu: Add r-multcompview.
Date: Wed, 5 Jan 2022 17:17:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 19e0b39361e6c9d6284c14b69e829aba1dd11520
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:09:22 2022 +0100

    gnu: Add r-multcompview.
    
    * gnu/packages/cran.scm (r-multcompview): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 57340a428b..679a050f56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11014,6 +11014,27 @@ analyzes presented in the book \"Multiple Comparisons 
Using R\" (Bretz,
 Hothorn, Westfall, 2010, CRC Press).")
     (license license:gpl2)))
 
+(define-public r-multcompview
+  (package
+    (name "r-multcompview")
+    (version "0.1-8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "multcompView" version))
+       (sha256
+        (base32 "1rfq9wvvrghq0542ff40wy8vdmsyd8spzz6ihcywcvxdfa8m6g8j"))))
+    (properties `((upstream-name . "multcompView")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=multcompView";)
+    (synopsis "Visualizations of paired comparisons")
+    (description
+     "Convert a logical vector or a vector of p-values or a correlation,
+difference, or distance matrix into a display identifying the pairs for which
+the differences were not significantly different.")
+    ;; Any version of the GPL.
+    (license license:gpl3+)))
+
 (define-public r-emmeans
   (package
     (name "r-emmeans")



reply via email to

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