gnu: Add r-spatest.

* gnu/packages/cran.scm (r-spatest): New variable.

Change-Id: I0bece84e911e6e57dda0f0075e953304f1e25167
This commit is contained in:
Ricardo Wurmus 2024-04-22 15:54:19 +02:00
parent 30de275109
commit f941e51ca3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28701,6 +28701,28 @@ (define-public r-sparselda
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")