guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: Add r-kpmt.


From: guix-commits
Subject: 05/16: gnu: Add r-kpmt.
Date: Thu, 30 Mar 2023 08:28:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7df926ee041f304e80a952643017cf453afc5a8d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 13:25:36 2023 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0adf8d8619..c41d2cf94f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6683,6 +6683,26 @@ hypergeometric distributions.  In addition two random 
number generators of
 George Marsaglia are included.")
     (license license:gpl2+)))
 
+(define-public r-kpmt
+  (package
+    (name "r-kpmt")
+    (version "0.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "kpmt" version))
+              (sha256
+               (base32
+                "15d26khc0v3kc1c7l1avqp48pfqmc6xj32029mv7myivr41ashk3"))))
+    (properties `((upstream-name . "kpmt")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-matrixstats))
+    (home-page "https://cran.r-project.org/package=kpmt";)
+    (synopsis "Known population median test")
+    (description
+     "This package provides functions that implement the known population
+median test.")
+    (license license:expat)))
+
 (define-public r-ksamples
   (package
     (name "r-ksamples")



reply via email to

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