r-delayedarray: new dep in latest vers (#9731)

This commit is contained in:
Levi Baber 2018-11-07 10:27:08 -06:00 committed by GitHub
parent 768111c365
commit 55b6105af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class RDelayedarray(RPackage):
version('0.4.1', commit='ffe932ef8c255614340e4856fc6e0b44128a27a1')
version('0.2.7', commit='909c2ce1665ebae2543172ead50abbe10bd42bc4')
depends_on('r-biocparallel', when='@0.6.5:', type=('build', 'run'))
depends_on('r-biocgenerics', type=('build', 'run'))
depends_on('r-biocgenerics@0.25.1:', when='@0.6.5', type=('build', 'run'))
depends_on('r-s4vectors@0.14.3:', when='@0.2.7', type=('build', 'run'))