guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: Add r-spatest.


From: guix-commits
Subject: 01/06: gnu: Add r-spatest.
Date: Mon, 22 Apr 2024 10:38:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f941e51ca36a5bf82f16631867ca2334b8308279
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 22 15:54:19 2024 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0fe1f5f3c2..1729f065ae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28701,6 +28701,28 @@ Components.  The Lasso solution paths can be computed 
by the same function.")
 and mixture of Gaussian models.")
     (license license:gpl2+)))
 
+(define-public r-spatest
+  (package
+    (name "r-spatest")
+    (version "3.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "SPAtest" version))
+       (sha256
+        (base32 "1x5r4a6jnizhhazxywb2cf2jj2rx6rfynl6xcscmlix6n394xmxk"))))
+    (properties `((upstream-name . "SPAtest")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=SPAtest";)
+    (synopsis
+     "Score test and meta-analysis based on Saddlepoint approximation")
+    (description
+     "This package performs score test using saddlepoint approximation to
+estimate the null distribution.  It also prepares summary statistics for
+meta-analysis and performs meta-analysis to combine multiple association
+results.")
+    (license license:gpl2+)))
+
 (define-public r-accsda
   (package
     (name "r-accsda")



reply via email to

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