r-edger: added versioned dependency on r (#5669)

This commit is contained in:
Yifan Zhu 2017-10-13 19:32:43 -05:00 committed by Christoph Junghans
parent 8c2fe52f8e
commit ad8b9522d6

View file

@ -42,3 +42,4 @@ class REdger(RPackage):
depends_on('r-limma', type=('build', 'run'))
depends_on('r-locfit', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@3.18.1')