r-hmisc: new version and updated dependency (#16649)

This commit is contained in:
Amjad Kotobi 2020-05-15 02:46:02 +02:00 committed by GitHub
parent 1eb5a12019
commit 0844e56d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,13 @@ class RHmisc(RPackage):
url = "https://cloud.r-project.org/src/contrib/Hmisc_4.1-1.tar.gz" url = "https://cloud.r-project.org/src/contrib/Hmisc_4.1-1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/Hmisc" list_url = "https://cloud.r-project.org/src/contrib/Archive/Hmisc"
version('4.4-0', sha256='f16ecf4c5ee2202d51f426282a54f8000ffa8b9747c3e910205f34f878556ec7')
version('4.2-0', sha256='9e9614673288dd00295f250fa0bf96fc9e9fed692c69bf97691081c1a01411d9') version('4.2-0', sha256='9e9614673288dd00295f250fa0bf96fc9e9fed692c69bf97691081c1a01411d9')
version('4.1-1', sha256='991db21cdf73ffbf5b0239a4876b2e76fd243ea33528afd88dc968792f281498') version('4.1-1', sha256='991db21cdf73ffbf5b0239a4876b2e76fd243ea33528afd88dc968792f281498')
depends_on('r-lattice', type=('build', 'run')) depends_on('r-lattice', type=('build', 'run'))
depends_on('r-survival@2.40-1:', type=('build', 'run')) depends_on('r-survival@2.40-1:', type=('build', 'run'))
depends_on('r-survival@3.1-6:', when='@4.4:', type=('build', 'run'))
depends_on('r-formula', type=('build', 'run')) depends_on('r-formula', type=('build', 'run'))
depends_on('r-ggplot2@2.2:', type=('build', 'run')) depends_on('r-ggplot2@2.2:', type=('build', 'run'))
depends_on('r-latticeextra', type=('build', 'run')) depends_on('r-latticeextra', type=('build', 'run'))