r-affy: set r version constraint (#27792)

This commit is contained in:
Glenn Johnson 2021-12-06 10:00:03 -06:00 committed by GitHub
parent caba5c4692
commit 30007f7897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ class RAffy(RPackage):
version('1.56.0', commit='d36a7b8f05b1ef60162d94e75037d45c48f88871')
version('1.54.0', commit='a815f02906fcf491b28ed0a356d6fce95a6bd20e')
depends_on('r@2.8.0:', type=('build', 'run'))
depends_on('r@2.8.0:4.0', type=('build', 'run'), when='@:1.68.0')
depends_on('r-biocgenerics@0.1.12:', type=('build', 'run'))
depends_on('r-biobase@2.5.5:', type=('build', 'run'))
depends_on('r-affyio@1.13.3:', type=('build', 'run'))