r-pbkrtest: fix typo in dependency (#45997)

This commit is contained in:
Wouter Deconinck
2024-08-26 07:25:01 -05:00
committed by GitHub
parent 8bcd64ce6c
commit 986325eb0d

View File

@@ -36,7 +36,7 @@ class RPbkrtest(RPackage):
depends_on("r@3.5.0:", type=("build", "run"), when="@0.5-0.1:") depends_on("r@3.5.0:", type=("build", "run"), when="@0.5-0.1:")
depends_on("r@4.1.0:", type=("build", "run"), when="@0.5.2:") depends_on("r@4.1.0:", type=("build", "run"), when="@0.5.2:")
depends_on("r-lme4@1.1-10:", type=("build", "run")) depends_on("r-lme4@1.1-10:", type=("build", "run"))
depends_on("r-lme4@1.1.31:", type=("build", "run"), when="@0.5.2:") depends_on("r-lme4@1.1-31:", type=("build", "run"), when="@0.5.2:")
depends_on("r-broom", type=("build", "run"), when="@0.5-0.1:") 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-dplyr", type=("build", "run"), when="@0.5-0.1:")
depends_on("r-mass", type=("build", "run")) depends_on("r-mass", type=("build", "run"))