r-xvector: new version (#9045)
This commit is contained in:
parent
af2dc7f3d3
commit
eb74f49363
@ -32,10 +32,15 @@ class RXvector(RPackage):
|
|||||||
homepage = "https://bioconductor.org/packages/XVector/"
|
homepage = "https://bioconductor.org/packages/XVector/"
|
||||||
git = "https://git.bioconductor.org/packages/XVector.git"
|
git = "https://git.bioconductor.org/packages/XVector.git"
|
||||||
|
|
||||||
|
version('0.20.0', commit='a83a7ea01f6a710f0ba7d9fb021cfa795b291cb4')
|
||||||
version('0.16.0', commit='54615888e1a559da4a81de33e934fc0f1c3ad99f')
|
version('0.16.0', commit='54615888e1a559da4a81de33e934fc0f1c3ad99f')
|
||||||
|
|
||||||
depends_on('r-biocgenerics', type=('build', 'run'))
|
depends_on('r-biocgenerics', type=('build', 'run'))
|
||||||
|
depends_on('r-biocgenerics@0.19.2:', when='@0.20.0', type=('build', 'run'))
|
||||||
depends_on('r-s4vectors', type=('build', 'run'))
|
depends_on('r-s4vectors', type=('build', 'run'))
|
||||||
|
depends_on('r-s4vectors@0.17.24:', when='@0.20.0', type=('build', 'run'))
|
||||||
depends_on('r-iranges', type=('build', 'run'))
|
depends_on('r-iranges', type=('build', 'run'))
|
||||||
|
depends_on('r-iranges@2.13.16:', when='@0.20.0', type=('build', 'run'))
|
||||||
depends_on('r-zlibbioc', type=('build', 'run'))
|
depends_on('r-zlibbioc', type=('build', 'run'))
|
||||||
depends_on('r@3.4.0:3.4.9', when='@0.16.0')
|
depends_on('r@3.4.0:3.4.9', when='@0.16.0', type=('build', 'run'))
|
||||||
|
depends_on('r@3.5.0:3.5.9', when='@0.20.0', type=('build', 'run'))
|
||||||
|
Loading…
Reference in New Issue
Block a user