guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add r-bwstest.


From: guix-commits
Subject: 02/04: gnu: Add r-bwstest.
Date: Wed, 5 Jan 2022 17:17:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8908b234a88011abf0bbfd78f018632f783ab141
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:09:10 2022 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8affb8fe05..57340a428b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -463,6 +463,29 @@ The package provides functions for point generation, arc 
length estimation,
 degree elevation and curve fitting.")
     (license license:gpl2+)))
 
+(define-public r-bwstest
+  (package
+    (name "r-bwstest")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "BWStest" version))
+       (sha256
+        (base32 "02amzlfprmw5pyis0dg0kg0x8xqh50a4vfdcxxmklrzik3b1vzzs"))))
+    (properties `((upstream-name . "BWStest")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-memoise r-rcpp))
+    (home-page "https://github.com/shabbychef/BWStest";)
+    (synopsis "Baumgartner Weiss Schindler Test of equal distributions")
+    (description
+     "This package performs the Baumgartner-Weiss-Schindler two-sample test of
+equal probability distributions (doi:10.2307/2533862).  It also performs
+similar rank-based tests for equal probability distributions due to Neuhauser
+(doi:10.1080/10485250108832874) and Murakami
+(doi:10.1080/00949655.2010.551516).")
+    (license license:lgpl3)))
+
 (define-public r-v8
   (package
     (name "r-v8")



reply via email to

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