r-preprocesscore: added versioned dependency on r (#5671)

This commit is contained in:
Yifan Zhu 2017-10-13 19:50:26 -05:00 committed by Christoph Junghans
parent e6109381fc
commit 4d3424a5d4

View File

@ -33,3 +33,4 @@ class RPreprocesscore(RPackage):
list_url = homepage list_url = homepage
version('1.38.1', '5085ba98cbab4686f1eb86971f1eecd6') version('1.38.1', '5085ba98cbab4686f1eb86971f1eecd6')
depends_on('r@3.4.0:3.4.9', when='@1.38.1')