r-gcrma: added versioned dependency on r (#5670)

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

View File

@ -40,3 +40,4 @@ class RGcrma(RPackage):
depends_on('r-xvector', type=('build', 'run'))
depends_on('r-biostrings', type=('build', 'run'))
depends_on('r-biocinstaller', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@2.48.0')