r-affyio: added versioned dependency on r (#5661)

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

View File

@ -35,3 +35,4 @@ class RAffyio(RPackage):
version('1.46.0', 'e1f7a89ae16940aa29b998a4dbdc0ef9') version('1.46.0', 'e1f7a89ae16940aa29b998a4dbdc0ef9')
depends_on('r-zlibbioc', type=('build', 'run')) depends_on('r-zlibbioc', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@1.46.0')