add version 1.3-1 to r-coin (#20863)

This commit is contained in:
Glenn Johnson 2021-01-15 03:16:32 -06:00 committed by GitHub
parent e0f75b6fc3
commit d2f7e6d020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@
class RCoin(RPackage): 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, including two-sample, K-sample (non-parametric ANOVA), correlation,
censored, ordered and multivariate problems.""" 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" 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" 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.3-0', sha256='adcebb37e0a7dfddbf8ec1e09c12a809bd76d90b5b8ff2b1048a75252ba11ef8')
version('1.2-2', sha256='d518065d3e1eb00121cb4e0200e1e4ae6b68eca6e249afc38bbffa35d24105bb') version('1.2-2', sha256='d518065d3e1eb00121cb4e0200e1e4ae6b68eca6e249afc38bbffa35d24105bb')
version('1.1-3', sha256='8b88ecc25903c83539dfc73cdc31a160e2aa4a7bea1773b22c79133d2f006035') 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@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@3.4.0:', when='@1.3-0:', type=('build', 'run'))
depends_on('r-survival', 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-modeltools@0.2-9:', type=('build', 'run'))
depends_on('r-mvtnorm@1.0-5:', type=('build', 'run')) depends_on('r-mvtnorm@1.0-5:', type=('build', 'run'))
depends_on('r-multcomp', 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'))