summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rnexml/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-rnexml/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-rnexml/package.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/var/spack/repos/builtin/packages/r-rnexml/package.py b/var/spack/repos/builtin/packages/r-rnexml/package.py
index 46dc2d2522..2db55c694f 100644
--- a/var/spack/repos/builtin/packages/r-rnexml/package.py
+++ b/var/spack/repos/builtin/packages/r-rnexml/package.py
@@ -16,20 +16,20 @@ class RRnexml(RPackage):
cran = "RNeXML"
- version('2.4.7', sha256='cb311d6dda33a95521a6df360a2d2f4e6d6bc6b330ac5e19ea721ca665bce6fe')
- version('2.4.5', sha256='2b667ecb6400e4c0c125ca73a98cde81330cde3a85b764261f77159e702754f3')
+ version("2.4.7", sha256="cb311d6dda33a95521a6df360a2d2f4e6d6bc6b330ac5e19ea721ca665bce6fe")
+ version("2.4.5", sha256="2b667ecb6400e4c0c125ca73a98cde81330cde3a85b764261f77159e702754f3")
- depends_on('r@3.0.0:', type=('build', 'run'))
- depends_on('r-ape@3.1:', type=('build', 'run'))
- depends_on('r-xml@3.95:', type=('build', 'run'))
- depends_on('r-plyr@1.8:', type=('build', 'run'))
- depends_on('r-reshape2@1.2.2:', type=('build', 'run'))
- depends_on('r-httr@0.3:', type=('build', 'run'))
- depends_on('r-uuid@0.1-1:', type=('build', 'run'))
- depends_on('r-dplyr@0.5.0:', type=('build', 'run'))
- depends_on('r-lazyeval@0.1.0:', type=('build', 'run'))
- depends_on('r-tidyr@0.3.1:', type=('build', 'run'))
- depends_on('r-stringr@1.0:', type=('build', 'run'))
- depends_on('r-stringi', type=('build', 'run'))
- depends_on('r-xml2', type=('build', 'run'))
- depends_on('r-rlang', type=('build', 'run'), when='@2.4.7:')
+ depends_on("r@3.0.0:", type=("build", "run"))
+ depends_on("r-ape@3.1:", type=("build", "run"))
+ depends_on("r-xml@3.95:", type=("build", "run"))
+ depends_on("r-plyr@1.8:", type=("build", "run"))
+ depends_on("r-reshape2@1.2.2:", type=("build", "run"))
+ depends_on("r-httr@0.3:", type=("build", "run"))
+ depends_on("r-uuid@0.1-1:", type=("build", "run"))
+ depends_on("r-dplyr@0.5.0:", type=("build", "run"))
+ depends_on("r-lazyeval@0.1.0:", type=("build", "run"))
+ depends_on("r-tidyr@0.3.1:", type=("build", "run"))
+ depends_on("r-stringr@1.0:", type=("build", "run"))
+ depends_on("r-stringi", type=("build", "run"))
+ depends_on("r-xml2", type=("build", "run"))
+ depends_on("r-rlang", type=("build", "run"), when="@2.4.7:")