From 466ccbcad620507bea46ed6fbff483f25aebd403 Mon Sep 17 00:00:00 2001 From: Peter Lo Date: Sun, 28 Jun 2020 17:29:42 +0800 Subject: gnu: Add r-exactranktests. * gnu/packages/cran.scm (r-exactranktests): New variable. Signed-off-by: Ricardo Wurmus --- gnu/packages/cran.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index cc1069e560..996d61db2f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23474,3 +23474,24 @@ Springer.") of right-censored survival data. These extend the methods available in the @code{survival} package.") (license license:gpl2))) + +(define-public r-exactranktests + (package + (name "r-exactranktests") + (version "0.8-31") + (source + (origin + (method url-fetch) + (uri (cran-uri "exactRankTests" version)) + (sha256 + (base32 + "1154dkcid3njhamdp87qs9bnx7l8bdqkcjsds9q9f2xmizs9x8gw")))) + (properties + `((upstream-name . "exactRankTests"))) + (build-system r-build-system) + (home-page "https://cran.r-project.org/web/packages/exactRankTests/") + (synopsis "Exact distributions for rank and permutation tests") + (description + "This package computes exact conditional p-values and quantiles using an +implementation of the Shift-Algorithm by Streitberg & Roehmel.") + (license license:gpl2+))) -- cgit v1.2.3