guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: Add r-coin.


From: Ricardo Wurmus
Subject: 08/14: gnu: Add r-coin.
Date: Wed, 24 Oct 2018 23:17:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bd531e83d1c4320ed8ce031c9b7d3261268fd793
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Oct 25 05:16:06 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1510d0e..69ba63d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6398,3 +6398,28 @@ comparisons of slopes.")
      "This package provides power analysis functions along the lines of
 Cohen (1988).")
     (license license:gpl3+)))
+
+(define-public r-coin
+  (package
+    (name "r-coin")
+    (version "1.2-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "coin" version))
+       (sha256
+        (base32
+         "1fq58793bymzig1syjg2lvn6hsxfwkhh00jfrchh3c0y7rfhc66m"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-modeltools" ,r-modeltools)
+       ("r-multcomp" ,r-multcomp)
+       ("r-mvtnorm" ,r-mvtnorm)
+       ("r-survival" ,r-survival)))
+    (home-page "http://coin.r-forge.r-project.org";)
+    (synopsis "Conditional inference procedures in a permutation test 
framework")
+    (description
+     "This package provides conditional inference procedures for the general
+independence problem including two-sample, K-sample (non-parametric ANOVA),
+correlation, censored, ordered and multivariate problems.")
+    (license license:gpl2)))



reply via email to

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