r-genefilter: added v1.72. (#20627)

This commit is contained in:
Rémi Lacroix 2021-01-06 10:23:25 +01:00 committed by GitHub
parent 83697161b4
commit c2411117f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,15 @@ class RGenefilter(RPackage):
homepage = "https://bioconductor.org/packages/genefilter"
git = "https://git.bioconductor.org/packages/genefilter.git"
version('1.72.0', commit='8cb0b2e73531a417d53e5625bcf436265cdbe101')
version('1.66.0', commit='1c4c471ccca873bf92dcf0b50f611eaa64c4f0cf')
version('1.64.0', commit='82e91b7751bae997b9c898c219ea201fd02a8512')
version('1.62.0', commit='eb119894f015c759f93f458af7733bdb770a22ad')
version('1.60.0', commit='c98f695253c330a9380b2b4ffa27f3b7d66773e4')
version('1.58.1', commit='ace2556049677f60882adfe91f8cc96791556fc2')
depends_on('r-s4vectors@0.9.42:', type=('build', 'run'))
depends_on('r-biocgenerics@0.31.2:', type=('build', 'run'), when='@1.68.0:')
depends_on('r-s4vectors@0.9.42:', type=('build', 'run'), when='@:1.66.0')
depends_on('r-annotationdbi', type=('build', 'run'))
depends_on('r-annotate', type=('build', 'run'))
depends_on('r-biobase', type=('build', 'run'))