r-biostrings: added versioned dependency on r (#5667)

This commit is contained in:
Yifan Zhu 2017-10-13 08:51:30 -05:00 committed by Christoph Junghans
parent ce1e5e3098
commit 8ffe18f1dc

View File

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