summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-15 03:16:32 -0600
committerGitHub <noreply@github.com>2021-01-15 10:16:32 +0100
commitd2f7e6d02008fb4852862491f47a1c1e586f0b4a (patch)
treef7eacc5cee4ec80bf91bc5ab72fc3eea1355190c
parente0f75b6fc34340a31462979f1add6f42cd7c794f (diff)
downloadspack-d2f7e6d02008fb4852862491f47a1c1e586f0b4a.tar.gz
spack-d2f7e6d02008fb4852862491f47a1c1e586f0b4a.tar.bz2
spack-d2f7e6d02008fb4852862491f47a1c1e586f0b4a.tar.xz
spack-d2f7e6d02008fb4852862491f47a1c1e586f0b4a.zip
add version 1.3-1 to r-coin (#20863)
-rw-r--r--var/spack/repos/builtin/packages/r-coin/package.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-coin/package.py b/var/spack/repos/builtin/packages/r-coin/package.py
index 26e715c2a5..91fe394026 100644
--- a/var/spack/repos/builtin/packages/r-coin/package.py
+++ b/var/spack/repos/builtin/packages/r-coin/package.py
@@ -7,7 +7,9 @@ from spack import *
class RCoin(RPackage):
- """Conditional inference procedures for the general independence problem
+ """Conditional Inference Procedures in a Permutation Test Framework
+
+ Conditional inference procedures for the general independence problem
including two-sample, K-sample (non-parametric ANOVA), correlation,
censored, ordered and multivariate problems."""
@@ -15,6 +17,7 @@ class RCoin(RPackage):
url = "https://cloud.r-project.org/src/contrib/coin_1.1-3.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/coin"
+ version('1.3-1', sha256='5de2519a6e2b059bba9d74c58085cccaff1aaaa0454586ed164a108ebd1b2062')
version('1.3-0', sha256='adcebb37e0a7dfddbf8ec1e09c12a809bd76d90b5b8ff2b1048a75252ba11ef8')
version('1.2-2', sha256='d518065d3e1eb00121cb4e0200e1e4ae6b68eca6e249afc38bbffa35d24105bb')
version('1.1-3', sha256='8b88ecc25903c83539dfc73cdc31a160e2aa4a7bea1773b22c79133d2f006035')
@@ -22,8 +25,8 @@ class RCoin(RPackage):
depends_on('r@2.14.0:', when='@:1.2-2', type=('build', 'run'))
depends_on('r@3.4.0:', when='@1.3-0:', type=('build', 'run'))
depends_on('r-survival', type=('build', 'run'))
+ depends_on('r-libcoin@1.0-0:', when='@1.3-0:', type=('build', 'run'))
+ depends_on('r-matrixstats@0.54.0:', when='@1.3-0:', type=('build', 'run'))
depends_on('r-modeltools@0.2-9:', type=('build', 'run'))
depends_on('r-mvtnorm@1.0-5:', type=('build', 'run'))
depends_on('r-multcomp', type=('build', 'run'))
- depends_on('r-libcoin@1.0-0:', when='@1.3-0:', type=('build', 'run'))
- depends_on('r-matrixstats@0.54.0:', when='@1.3-0:', type=('build', 'run'))