guix-commits
[Top][All Lists]
Advanced

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

06/55: gnu: Add r-libcoin.


From: guix-commits
Subject: 06/55: gnu: Add r-libcoin.
Date: Wed, 20 Mar 2019 19:03:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 42f344faf7b06babf57315131d206202b3562555
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 20 23:30:17 2019 +0100

    gnu: Add r-libcoin.
    
    * gnu/packages/cran.scm (r-libcoin): 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 4042c96..07c73dc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7633,6 +7633,26 @@ comparisons of slopes.")
 Cohen (1988).")
     (license license:gpl3+)))
 
+(define-public r-libcoin
+  (package
+    (name "r-libcoin")
+    (version "1.0-4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "libcoin" version))
+       (sha256
+        (base32
+         "1i893ij9vkmc4y721npw1s3prmmcs2da5vf3ajm0j8ccmfhbmp4i"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
+    (home-page "https://cran.r-project.org/web/packages/libcoin";)
+    (synopsis "Linear test statistics for permutation inference")
+    (description
+     "This package provides basic infrastructure for linear test statistics
+and permutation inference in the framework of Strasser and Weber (1999).")
+    (license license:gpl2)))
+
 (define-public r-coin
   (package
     (name "r-coin")



reply via email to

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