summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gostats/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-gostats/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-gostats/package.py32
1 files changed, 21 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/r-gostats/package.py b/var/spack/repos/builtin/packages/r-gostats/package.py
index 1b61115882..80137e1a51 100644
--- a/var/spack/repos/builtin/packages/r-gostats/package.py
+++ b/var/spack/repos/builtin/packages/r-gostats/package.py
@@ -7,21 +7,31 @@ from spack import *
class RGostats(RPackage):
- """A set of tools for interacting with GO and microarray data.
- A variety of basic manipulation tools for graphs, hypothesis
- testing and other simple calculations."""
+ """Tools for manipulating GO and microarrays.
- homepage = "https://www.bioconductor.org/packages/GOstats/"
+ A set of tools for interacting with GO and microarray data. A variety of
+ basic manipulation tools for graphs, hypothesis testing and other simple
+ calculations."""
+
+ homepage = "https://bioconductor.org/packages/GOstats"
git = "https://git.bioconductor.org/packages/GOstats.git"
+ version('2.50.0', commit='ee13f84341988d537a5485dcdcfb71f69e6e4930')
+ version('2.48.0', commit='5db7020f4bab725cd729b32bd1d5e819b31f2485')
+ version('2.46.0', commit='489d7a437488f77c3010f6212f3b81f4e240cd17')
+ version('2.44.0', commit='fc64ca2aa37c52656d396d6e46611f39d6efd48a')
version('2.42.0', commit='8b29709064a3b66cf1d963b2be0c996fb48c873e')
- depends_on('r@3.4.1:3.4.9', when='@2.42.0')
- depends_on('r-biobase', type=('build', 'run'))
- depends_on('r-category', type=('build', 'run'))
- depends_on('r-go-db', type=('build', 'run'))
- depends_on('r-graph', type=('build', 'run'))
- depends_on('r-annotationdbi', type=('build', 'run'))
+ depends_on('r@2.10:', type=('build', 'run'))
+ depends_on('r-biobase@1.15.29:', type=('build', 'run'))
+ depends_on('r-category@2.3.26:', type=('build', 'run'))
+ depends_on('r-graph@1.15.15:', when='@2.42.0', type=('build', 'run'))
+ depends_on('r-annotationdbi@0.0.89:', type=('build', 'run'))
+ depends_on('r-go-db@1.13.0:', type=('build', 'run'))
depends_on('r-rbgl', type=('build', 'run'))
- depends_on('r-annotate', type=('build', 'run'))
+ depends_on('r-annotate@1.13.2:', type=('build', 'run'))
depends_on('r-annotationforge', type=('build', 'run'))
+
+ depends_on('r-category@2.43.2:', when='@2.44.0:', type=('build', 'run'))
+ depends_on('r-rgraphviz', when='@2.44.0:', type=('build', 'run'))
+ depends_on('r-graph', when='@2.44.0:', type=('build', 'run'))