r-s4vectors: new version (#9043)

This commit is contained in:
Levi Baber 2018-08-21 14:14:05 -05:00 committed by Adam J. Stewart
parent efbb2c0733
commit c62c9257d7

View File

@ -38,9 +38,11 @@ class RS4vectors(RPackage):
homepage = "https://bioconductor.org/packages/S4Vectors/"
git = "https://git.bioconductor.org/packages/S4Vectors.git"
version('0.18.3', commit='d6804f94ad3663828440914920ac933b934aeff1')
version('0.16.0', commit='00fec03fcbcb7cff37917fab0da28d91fdf9dc3d')
version('0.14.7', commit='40af17fe0b8e93b6a72fc787540d2961773b8e23')
depends_on('r-biocgenerics@0.21.1:', type=('build', 'run'), when='@0.14.7')
depends_on('r-biocgenerics@0.23.3:', type=('build', 'run'), when='@0.16.0')
depends_on('r@3.4.0:3.4.9', when='@0.14.7:')
depends_on('r-biocgenerics@0.23.3:', type=('build', 'run'), when='@0.16.0:')
depends_on('r@3.4.0:3.4.9', when='@0.14.7', type=('build', 'run'))
depends_on('r@3.5.0:3.5.9', when='@0.18.3', type=('build', 'run'))