r-simpleaffy: added versioned dependency on r (#5673)

This commit is contained in:
Yifan Zhu 2017-10-12 17:18:15 -05:00 committed by Christoph Junghans
parent 59163f9750
commit d4906169e0

View File

@ -42,3 +42,4 @@ class RSimpleaffy(RPackage):
depends_on('r-affy', type=('build', 'run'))
depends_on('r-genefilter', type=('build', 'run'))
depends_on('r-gcrma', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@2.52.0')