r-geneplotter: new version (#9060)

This commit is contained in:
Levi Baber 2018-08-22 09:44:48 -05:00 committed by Adam J. Stewart
parent 96913f1876
commit 51b3edc4f4

View file

@ -31,12 +31,14 @@ class RGeneplotter(RPackage):
homepage = "https://www.bioconductor.org/packages/geneplotter/" homepage = "https://www.bioconductor.org/packages/geneplotter/"
git = "https://git.bioconductor.org/packages/geneplotter.git" git = "https://git.bioconductor.org/packages/geneplotter.git"
version('1.58.0', commit='2b3f44804d61a40cfe7eaedf74ac9f5a054f7fde')
version('1.54.0', commit='efdd946e092e44e35fde1eb4bcc5ec1d52090940') version('1.54.0', commit='efdd946e092e44e35fde1eb4bcc5ec1d52090940')
depends_on('r@3.4.0:3.4.9', when='@1.54.0')
depends_on('r-biobase', type=('build', 'run')) depends_on('r-biobase', type=('build', 'run'))
depends_on('r-biocgenerics', type=('build', 'run')) depends_on('r-biocgenerics', type=('build', 'run'))
depends_on('r-lattice', type=('build', 'run')) depends_on('r-lattice', type=('build', 'run'))
depends_on('r-annotate', type=('build', 'run')) depends_on('r-annotate', type=('build', 'run'))
depends_on('r-annotationdbi', type=('build', 'run')) depends_on('r-annotationdbi', type=('build', 'run'))
depends_on('r-rcolorbrewer', type=('build', 'run')) depends_on('r-rcolorbrewer', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@1.54.0', type=('build', 'run'))
depends_on('r@3.5.0:3.5.9', when='@1.58.0', type=('build', 'run'))