r-genefilter: new version (#9063)
* r-genefilter: new version * r-genefilter: fix version in dep
This commit is contained in:
parent
0b47741400
commit
8b092c242f
@ -31,10 +31,12 @@ class RGenefilter(RPackage):
|
|||||||
homepage = "https://bioconductor.org/packages/genefilter/"
|
homepage = "https://bioconductor.org/packages/genefilter/"
|
||||||
git = "https://git.bioconductor.org/packages/genefilter.git"
|
git = "https://git.bioconductor.org/packages/genefilter.git"
|
||||||
|
|
||||||
|
version('1.62.0', commit='eb119894f015c759f93f458af7733bdb770a22ad')
|
||||||
version('1.58.1', commit='ace2556049677f60882adfe91f8cc96791556fc2')
|
version('1.58.1', commit='ace2556049677f60882adfe91f8cc96791556fc2')
|
||||||
|
|
||||||
depends_on('r@3.4.0:3.4.9', when='@1.58.1')
|
|
||||||
depends_on('r-s4vectors', type=('build', 'run'))
|
depends_on('r-s4vectors', type=('build', 'run'))
|
||||||
depends_on('r-annotationdbi', type=('build', 'run'))
|
depends_on('r-annotationdbi', type=('build', 'run'))
|
||||||
depends_on('r-annotate', type=('build', 'run'))
|
depends_on('r-annotate', type=('build', 'run'))
|
||||||
depends_on('r-biobase', type=('build', 'run'))
|
depends_on('r-biobase', type=('build', 'run'))
|
||||||
|
depends_on('r@3.4.0:3.4.9', when='@1.58.1', type=('build', 'run'))
|
||||||
|
depends_on('r@3.5.0:3.5.9', when='@1.62.0', type=('build', 'run'))
|
||||||
|
Loading…
Reference in New Issue
Block a user