r-conquer: add 1.2.1 (#27802)

This commit is contained in:
Manuela Kuhn 2021-12-06 22:24:56 +01:00 committed by GitHub
parent c18e91d771
commit 1a2d522eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,14 @@ class RConquer(RPackage):
using multiplier bootstrap.""" using multiplier bootstrap."""
homepage = "https://github.com/XiaoouPan/conquer" homepage = "https://github.com/XiaoouPan/conquer"
url = "https://cloud.r-project.org/src/contrib/conquer_1.0.2.tar.gz" cran = "conquer"
list_url = "https://cloud.r-project.org/src/contrib/Archive/conquer"
version('1.2.1', sha256='1354f90f962a2124e155227cdc0ed2c6e54682f1e08934c49a827e51dc112f45')
version('1.0.2', sha256='542f6154ce1ffec0c1b4dd4e1f5b86545015f4b378c4c66a0840c65c57d674ff') version('1.0.2', sha256='542f6154ce1ffec0c1b4dd4e1f5b86545015f4b378c4c66a0840c65c57d674ff')
depends_on('r@3.5.0:', type=('build', 'run')) depends_on('r@3.5.0:', type=('build', 'run'))
depends_on('r-rcpp@1.0.3:', type=('build', 'run')) depends_on('r-rcpp@1.0.3:', type=('build', 'run'))
depends_on('r-matrix', type=('build', 'run')) depends_on('r-matrix', type=('build', 'run'))
depends_on('r-matrixstats', type=('build', 'run')) depends_on('r-matrixstats', type=('build', 'run'))
depends_on('r-caret', when='@1.2:', type=('build', 'run'))
depends_on('r-rcpparmadillo@0.9.850.1.0:', type=('build', 'run')) depends_on('r-rcpparmadillo@0.9.850.1.0:', type=('build', 'run'))