summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-construct/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-construct/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-construct/package.py30
1 files changed, 15 insertions, 15 deletions
diff --git a/var/spack/repos/builtin/packages/r-construct/package.py b/var/spack/repos/builtin/packages/r-construct/package.py
index 414e2482df..9ad8df84b7 100644
--- a/var/spack/repos/builtin/packages/r-construct/package.py
+++ b/var/spack/repos/builtin/packages/r-construct/package.py
@@ -18,19 +18,19 @@ class RConstruct(RPackage):
cran = "conStruct"
- version('1.0.4', sha256='4e585b718a361061bc1432cea46fc65f802fb0ef58e4516d33e1af99bbfe90ce')
- version('1.0.3', sha256='b449c133a944ad05a28f84f312ed4ccbc1574c4659aa09c678618d2ae9008310')
+ version("1.0.4", sha256="4e585b718a361061bc1432cea46fc65f802fb0ef58e4516d33e1af99bbfe90ce")
+ version("1.0.3", sha256="b449c133a944ad05a28f84f312ed4ccbc1574c4659aa09c678618d2ae9008310")
- depends_on('r+X', type=('build', 'run'))
- depends_on('r@3.4.0:', type=('build', 'run'))
- depends_on('r-rcpp@0.12.0:', type=('build', 'run'))
- depends_on('r-rstan@2.18.1:', type=('build', 'run'))
- depends_on('r-rstantools@1.5.0:', type=('build', 'run'))
- depends_on('r-caroline', type=('build', 'run'))
- depends_on('r-gtools', type=('build', 'run'))
- depends_on('r-foreach', type=('build', 'run'))
- depends_on('r-doparallel', type=('build', 'run'))
- depends_on('r-stanheaders@2.18.0:', type=('build', 'run'))
- depends_on('r-bh@1.66.0:', type=('build', 'run'))
- depends_on('r-rcppeigen@0.3.3.3.0:', type=('build', 'run'))
- depends_on('gmake', type='build')
+ depends_on("r+X", type=("build", "run"))
+ depends_on("r@3.4.0:", type=("build", "run"))
+ depends_on("r-rcpp@0.12.0:", type=("build", "run"))
+ depends_on("r-rstan@2.18.1:", type=("build", "run"))
+ depends_on("r-rstantools@1.5.0:", type=("build", "run"))
+ depends_on("r-caroline", type=("build", "run"))
+ depends_on("r-gtools", type=("build", "run"))
+ depends_on("r-foreach", type=("build", "run"))
+ depends_on("r-doparallel", type=("build", "run"))
+ depends_on("r-stanheaders@2.18.0:", type=("build", "run"))
+ depends_on("r-bh@1.66.0:", type=("build", "run"))
+ depends_on("r-rcppeigen@0.3.3.3.0:", type=("build", "run"))
+ depends_on("gmake", type="build")