r-biomart: added versioned dependency on r (#5666)

This commit is contained in:
Yifan Zhu 2017-10-11 20:41:08 -05:00 committed by Christoph Junghans
parent 124bdfb910
commit 9a2ef4c4b3

View file

@ -47,3 +47,4 @@ class RBiomart(RPackage):
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')