[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")
- 41/55: gnu: r-gmp: Update to 0.5-13.5., (continued)
- 41/55: gnu: r-gmp: Update to 0.5-13.5., guix-commits, 2019/03/20
- 45/55: gnu: r-findpython: Update to 1.0.5., guix-commits, 2019/03/20
- 49/55: gnu: r-proc: Update to 1.14.0., guix-commits, 2019/03/20
- 55/55: gnu: r-spam: Update to 2.2-2., guix-commits, 2019/03/20
- 09/55: gnu: qtractor: Update to 0.9.6., guix-commits, 2019/03/20
- 20/55: gnu: r-httpuv: Update to 1.5.0., guix-commits, 2019/03/20
- 26/55: gnu: r-rcpp: Update to 1.0.1., guix-commits, 2019/03/20
- 52/55: gnu: r-coin: Update to 1.3-0., guix-commits, 2019/03/20
- 07/55: gnu: r-maldiquant: Update to 1.19.2., guix-commits, 2019/03/20
- 03/55: gnu: r-sys: Update to 3.1., guix-commits, 2019/03/20
- 06/55: gnu: Add r-libcoin.,
guix-commits <=
- 14/55: gnu: r-highr: Update to 0.8., guix-commits, 2019/03/20
- 16/55: gnu: r-tibble: Update to 2.1.1., guix-commits, 2019/03/20
- 17/55: gnu: r-git2r: Update to 0.25.2., guix-commits, 2019/03/20
- 19/55: gnu: r-diversitree: Update to 0.9-11., guix-commits, 2019/03/20
- 21/55: gnu: r-rcpparmadillo: Update to 0.9.200.7.1., guix-commits, 2019/03/20
- 23/55: gnu: r-readxl: Update to 1.3.1., guix-commits, 2019/03/20
- 25/55: gnu: r-glue: Update to 1.3.1., guix-commits, 2019/03/20
- 31/55: gnu: r-tinytex: Update to 0.11., guix-commits, 2019/03/20
- 33/55: gnu: r-robustbase: Update to 0.93-4., guix-commits, 2019/03/20
- 37/55: gnu: r-msir: Update to 1.3.2., guix-commits, 2019/03/20