r-affy: added versioned dependency on r (#5660)

This commit is contained in:
Yifan Zhu 2017-10-11 20:49:48 -05:00 committed by Christoph Junghans
parent 36eba3bf58
commit e807397074

View File

@ -42,3 +42,4 @@ class RAffy(RPackage):
depends_on('r-biocinstaller', type=('build', 'run'))
depends_on('r-preprocesscore', type=('build', 'run'))
depends_on('r-zlibbioc', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@1.54.0')