r-summarizedexperiment: package update (#7790)

This commit is contained in:
Matteo Guglielmi 2018-04-17 19:54:56 +02:00 committed by Adam J. Stewart
parent 02181c951a
commit abbd51cd21

View file

@ -35,13 +35,16 @@ class RSummarizedexperiment(RPackage):
url = "https://git.bioconductor.org/packages/SummarizedExperiment"
list_url = homepage
version('1.8.1', git='https://git.bioconductor.org/packages/SummarizedExperiment', commit='9d8a29aa9c78bbc7dcc6472537e13fc0d11dc1f7')
version('1.6.5', git='https://git.bioconductor.org/packages/SummarizedExperiment', commit='ec69cd5cfbccaef148a9f6abdfb3e22e888695d0')
depends_on('r-genomicranges', type=('build', 'run'))
depends_on('r-genomicranges@1.27.22:', type=('build', 'run'), when='@1.6.5')
depends_on('r-genomicranges@1.29.14:', type=('build', 'run'), when='@1.8.1')
depends_on('r-biobase', type=('build', 'run'))
depends_on('r-delayedarray', type=('build', 'run'))
depends_on('r-delayedarray@0.1.9:', type=('build', 'run'), when='@1.6.5')
depends_on('r-delayedarray@0.3.20', type=('build', 'run'), when='@1.8.1')
depends_on('r-matrix', type=('build', 'run'))
depends_on('r-s4vectors', type=('build', 'run'))
depends_on('r-iranges', type=('build', 'run'))
depends_on('r-genomeinfodb', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@1.6.5')
depends_on('r@3.4.0:3.4.9', when='@1.6.5:')