r-biomart: package update (#7787)

This commit is contained in:
Matteo Guglielmi 2018-04-17 19:55:36 +02:00 committed by Adam J. Stewart
parent 65da62751f
commit 8afdf3d148

View File

@ -42,9 +42,13 @@ class RBiomart(RPackage):
homepage = "https://bioconductor.org/packages/biomaRt/"
url = "https://git.bioconductor.org/packages/biomaRt"
version('2.34.2', git='https://git.bioconductor.org/packages/biomaRt', commit='a7030915fbc6120cc6812aefdedba423a207459b')
version('2.32.1', git='https://git.bioconductor.org/packages/biomaRt', commit='f84d74424fa599f6d08f8db4612ca09914a9087f')
depends_on('r-xml', type=('build', 'run'))
depends_on('r-rcurl', type=('build', 'run'))
depends_on('r-annotationdbi', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@2.32.1')
depends_on('r-progress', type=('build', 'run'), when='@2.34.2')
depends_on('r-stringr', type=('build', 'run'), when='@2.34.2')
depends_on('r-httr', type=('build', 'run'), when='@2.34.2')
depends_on('r@3.4.0:3.4.9', when='@2.32.1:')