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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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@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.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-dplyr", type=("build", "run"), when="@0.5-0.1:")
depends_on("r-mass", type=("build", "run"))