summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMatteo Guglielmi <matteo.guglielmi@gmail.com>2018-04-17 19:53:37 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2018-04-17 12:53:37 -0500
commit7171f314256aec63b10c40a54cdd4d062ef3bbb1 (patch)
tree1a8a2b1b38669a370d4a51f71a378c8acd8c19b1 /var
parentc392bfc7d631a4ca4600b9ee410fc3db8c560394 (diff)
downloadspack-7171f314256aec63b10c40a54cdd4d062ef3bbb1.tar.gz
spack-7171f314256aec63b10c40a54cdd4d062ef3bbb1.tar.bz2
spack-7171f314256aec63b10c40a54cdd4d062ef3bbb1.tar.xz
spack-7171f314256aec63b10c40a54cdd4d062ef3bbb1.zip
r-topgo: package update (#7793)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-topgo/package.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-topgo/package.py b/var/spack/repos/builtin/packages/r-topgo/package.py
index acf0b7df67..bf901d7a3a 100644
--- a/var/spack/repos/builtin/packages/r-topgo/package.py
+++ b/var/spack/repos/builtin/packages/r-topgo/package.py
@@ -34,15 +34,16 @@ class RTopgo(RPackage):
homepage = "https://www.bioconductor.org/packages/topGO/"
url = "https://git.bioconductor.org/packages/topGO"
+ version('2.30.1', git='https://git.bioconductor.org/packages/topGO', commit='b1469ce1d198ccb73ef79ca22cab81659e16dbaa')
version('2.28.0', git='https://git.bioconductor.org/packages/topGO', commit='066a975d460046cce33fb27e74e6a0ebc33fd716')
depends_on('r@3.4.0:3.4.9')
depends_on('r-dbi', type=('build', 'run'))
depends_on('r-matrixstats', type=('build', 'run'))
depends_on('r-lattice', type=('build', 'run'))
- depends_on('r-sparsem', type=('build', 'run'))
- depends_on('r-annotationdbi', type=('build', 'run'))
- depends_on('r-go-db', type=('build', 'run'))
- depends_on('r-biobase', type=('build', 'run'))
- depends_on('r-graph', type=('build', 'run'))
- depends_on('r-biocgenerics', type=('build', 'run'))
+ depends_on('r-sparsem@0.73:', type=('build', 'run'))
+ depends_on('r-annotationdbi@1.7.19:', type=('build', 'run'))
+ depends_on('r-go-db@2.3.0:', type=('build', 'run'))
+ depends_on('r-biobase@2.0.0:', type=('build', 'run'))
+ depends_on('r-graph@1.14.0:', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.13.6:', type=('build', 'run'))