r-xvector: added versioned dependency on r (#5731)

This commit is contained in:
Yifan Zhu 2017-10-13 17:01:18 -05:00 committed by Christoph Junghans
parent 6fcfc3bd5a
commit 2c73c9fb50

View File

@ -39,3 +39,4 @@ class RXvector(RPackage):
depends_on('r-s4vectors', type=('build', 'run'))
depends_on('r-iranges', type=('build', 'run'))
depends_on('r-zlibbioc', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@0.16.0')