gnu: Add r-libcoin.

* gnu/packages/cran.scm (r-libcoin): New variable.
master
Ricardo Wurmus 2019-03-20 23:30:17 +01:00
parent d1021421d9
commit 42f344faf7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -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")