r-rbgl: add 1.60.0 (#11936)

This commit is contained in:
Justin S 2019-07-08 14:00:16 -05:00 committed by Peter Scheibel
parent 242bdef6e8
commit 60a827daff

View File

@ -13,7 +13,10 @@ class RRbgl(RPackage):
homepage = "https://www.bioconductor.org/packages/RBGL/"
git = "https://git.bioconductor.org/packages/RBGL.git"
version('1.60.0', commit='ef24c17c411659b8f030602bd9781c534d6ec93b')
version('1.52.0', commit='93e8fcfafec8f1cd5638fe30dc0f9506d15b49c0')
depends_on('r@3.4.0:3.4.9', when='@1.52.0')
depends_on('r@3.6.0:', when='@1.60.0', type=('build', 'run'))
depends_on('r-bh', when='@1.60.0', type=('build', 'run'))
depends_on('r-graph', type=('build', 'run'))