r-biocgenerics: new version (#9039)
* r-biocgenerics: new version * r-biocgenerics: reordering versions
This commit is contained in:
parent
2c92d50495
commit
1340abf1bc
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ class RBiocgenerics(RPackage):
|
||||||
homepage = "https://www.bioconductor.org/packages/BiocGenerics/"
|
homepage = "https://www.bioconductor.org/packages/BiocGenerics/"
|
||||||
git = "https://git.bioconductor.org/packages/BiocGenerics.git"
|
git = "https://git.bioconductor.org/packages/BiocGenerics.git"
|
||||||
|
|
||||||
|
version('0.26.0', commit='5b2a6df639e48c3cd53789e0b174aec9dda6b67d')
|
||||||
version('0.24.0', commit='3db111e8c1f876267da89f4f0c5406a9d5c31cd1')
|
version('0.24.0', commit='3db111e8c1f876267da89f4f0c5406a9d5c31cd1')
|
||||||
version('0.22.1', commit='9c90bb8926885289d596a81ff318ee3745cbb6ad')
|
version('0.22.1', commit='9c90bb8926885289d596a81ff318ee3745cbb6ad')
|
||||||
|
|
||||||
depends_on('r@3.4.0:3.4.9', when='@0.22.1:')
|
depends_on('r@3.4.0:3.4.9', when='@0.22.1', type=('build', 'run'))
|
||||||
|
depends_on('r@3.5.0:3.5.9', when='@0.26.0', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue