summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pbkrtest/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-pbkrtest/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-pbkrtest/package.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/var/spack/repos/builtin/packages/r-pbkrtest/package.py b/var/spack/repos/builtin/packages/r-pbkrtest/package.py
index b61371004c..8505e7cb83 100644
--- a/var/spack/repos/builtin/packages/r-pbkrtest/package.py
+++ b/var/spack/repos/builtin/packages/r-pbkrtest/package.py
@@ -22,20 +22,20 @@ class RPbkrtest(RPackage):
cran = "pbkrtest"
- version('0.5.1', sha256='b2a3452003d93890f122423b3f2487dcb6925440f5b8a05578509e98b6aec7c5')
- version('0.5-0.1', sha256='f56525488c6efe4a5cbf849bf9a82747041478605b166c29bad54e464e46f469')
- version('0.4-7', sha256='5cbb03ad2b2468720a5a610a0ebda48ac08119a34fca77810a85f554225c23ea')
- version('0.4-6', sha256='9d28b8916fea3ffec8d5958bb8c531279b1e273f21fdbeb2fcad6d7e300a9c01')
- version('0.4-4', sha256='a685392ef3fca0ddc2254f6cc9bba6bc22b298fa823359fc4515e64e753abd31')
+ version("0.5.1", sha256="b2a3452003d93890f122423b3f2487dcb6925440f5b8a05578509e98b6aec7c5")
+ version("0.5-0.1", sha256="f56525488c6efe4a5cbf849bf9a82747041478605b166c29bad54e464e46f469")
+ version("0.4-7", sha256="5cbb03ad2b2468720a5a610a0ebda48ac08119a34fca77810a85f554225c23ea")
+ version("0.4-6", sha256="9d28b8916fea3ffec8d5958bb8c531279b1e273f21fdbeb2fcad6d7e300a9c01")
+ version("0.4-4", sha256="a685392ef3fca0ddc2254f6cc9bba6bc22b298fa823359fc4515e64e753abd31")
- depends_on('r@3.0.2:', type=('build', 'run'))
- depends_on('r@3.2.3:', type=('build', 'run'), when='@0.4-6:')
- depends_on('r@3.5.0:', type=('build', 'run'), when='@0.5-0.1:')
- depends_on('r-lme4@1.1-10:', type=('build', 'run'))
- depends_on('r-broom', type=('build', 'run'), when='@0.5-0.1:')
- depends_on('r-dplyr', type=('build', 'run'), when='@0.5-0.1:')
- depends_on('r-magrittr', type=('build', 'run'), when='@0.5-0.1:')
- depends_on('r-mass', type=('build', 'run'))
- depends_on('r-matrix@1.2.3:', type=('build', 'run'))
- depends_on('r-numderiv', type=('build', 'run'), when='@0.5-0.1:')
- depends_on('r-knitr', type=('build', 'run'), when='@0.5-0.1:')
+ depends_on("r@3.0.2:", type=("build", "run"))
+ depends_on("r@3.2.3:", type=("build", "run"), when="@0.4-6:")
+ depends_on("r@3.5.0:", type=("build", "run"), when="@0.5-0.1:")
+ depends_on("r-lme4@1.1-10:", type=("build", "run"))
+ depends_on("r-broom", type=("build", "run"), when="@0.5-0.1:")
+ depends_on("r-dplyr", type=("build", "run"), when="@0.5-0.1:")
+ depends_on("r-magrittr", type=("build", "run"), when="@0.5-0.1:")
+ depends_on("r-mass", type=("build", "run"))
+ depends_on("r-matrix@1.2.3:", type=("build", "run"))
+ depends_on("r-numderiv", type=("build", "run"), when="@0.5-0.1:")
+ depends_on("r-knitr", type=("build", "run"), when="@0.5-0.1:")