r-limma: package update (#7763)

* r-limma: package update

* r-limma: dependency fix
This commit is contained in:
Matteo Guglielmi 2018-04-16 18:49:40 +02:00 committed by Adam J. Stewart
parent 61b3e60f1f
commit 385a209ff9

View File

@ -33,7 +33,8 @@ class RLimma(RPackage):
url = "https://git.bioconductor.org/packages/limma"
list_url = homepage
version('3.34.9', git='https://git.bioconductor.org/packages/limma', commit='6755278a929f942a49e2441fb002a3ed393e1139')
version('3.32.10', git='https://git.bioconductor.org/packages/limma', commit='593edf28e21fe054d64137ae271b8a52ab05bc60')
version('3.32.6', 'df5dc2b85189a24e939efa3a8e6abc41')
depends_on('r@3.4.0:3.4.9', when='@3.32.10')
depends_on('r@3.4.0:3.4.9', when='@3.32.10:')