r-qvalue: new version (#9059)
This commit is contained in:
parent
b474e0bdc9
commit
96913f1876
1 changed files with 3 additions and 1 deletions
|
@ -43,8 +43,10 @@ class RQvalue(RPackage):
|
||||||
homepage = "https://www.bioconductor.org/packages/qvalue/"
|
homepage = "https://www.bioconductor.org/packages/qvalue/"
|
||||||
git = "https://git.bioconductor.org/packages/qvalue.git"
|
git = "https://git.bioconductor.org/packages/qvalue.git"
|
||||||
|
|
||||||
|
version('2.12.0', commit='7df64ebfcbe69dcbf8b88cb6ef0068bf16979673')
|
||||||
version('2.8.0', commit='c7bf3315619d42d800f57a36670c25a7495ded72')
|
version('2.8.0', commit='c7bf3315619d42d800f57a36670c25a7495ded72')
|
||||||
|
|
||||||
depends_on('r@3.4.0:3.4.9', when='@2.8.0')
|
|
||||||
depends_on('r-ggplot2', type=('build', 'run'))
|
depends_on('r-ggplot2', type=('build', 'run'))
|
||||||
depends_on('r-reshape2', type=('build', 'run'))
|
depends_on('r-reshape2', type=('build', 'run'))
|
||||||
|
depends_on('r@3.4.0:3.4.9', when='@2.8.0', type=('build', 'run'))
|
||||||
|
depends_on('r@3.5.0:3.5.9', when='@2.12.0', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue