summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-affycoretools/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-affycoretools/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-affycoretools/package.py16
1 files changed, 12 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-affycoretools/package.py b/var/spack/repos/builtin/packages/r-affycoretools/package.py
index b7aad34a95..eba33cd6ca 100644
--- a/var/spack/repos/builtin/packages/r-affycoretools/package.py
+++ b/var/spack/repos/builtin/packages/r-affycoretools/package.py
@@ -7,15 +7,21 @@ from spack import *
class RAffycoretools(RPackage):
- """Various wrapper functions that have been written to streamline
- the more common analyses that a core Biostatistician might see."""
+ """Functions useful for those doing repetitive analyses with Affymetrix
+ GeneChips.
- homepage = "https://www.bioconductor.org/packages/affycoretools/"
+ Various wrapper functions that have been written to streamline the more
+ common analyses that a core Biostatistician might see."""
+
+ homepage = "https://bioconductor.org/packages/affycoretools"
git = "https://git.bioconductor.org/packages/affycoretools.git"
+ version('1.56.0', commit='71eab04056a8d696470420a600b14900186be898')
+ version('1.54.0', commit='1e1f9680bc3e1fa443f4a81ce5ab81349959b845')
+ version('1.52.2', commit='2f98c74fad238b94c1e453b972524ab7b573b0de')
+ version('1.50.6', commit='4be92bcb55d7bace2a110865b7530dcfac14e76e')
version('1.48.0', commit='e0d52e34eead1ac45d3e60c59efd940e4889eb99')
- depends_on('r@3.4.0:3.4.9', when='@1.48.0')
depends_on('r-biobase', type=('build', 'run'))
depends_on('r-affy', type=('build', 'run'))
depends_on('r-limma', type=('build', 'run'))
@@ -33,3 +39,5 @@ class RAffycoretools(RPackage):
depends_on('r-edger', type=('build', 'run'))
depends_on('r-rsqlite', type=('build', 'run'))
depends_on('r-biocgenerics', type=('build', 'run'))
+
+ depends_on('r-dbi', when='@1.50.6:', type=('build', 'run'))