bugfix: R packages can be concretized together with clingo again (#25730)

This commit is contained in:
Harmen Stoppels 2021-09-01 23:12:55 +02:00 committed by GitHub
parent aabece46ba
commit 03331de0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ class RPbkrtest(RPackage):
depends_on('r@3.0.2:', type=('build', 'run')) depends_on('r@3.0.2:', type=('build', 'run'))
depends_on('r@3.2.3:', when='@0.4-6:', type=('build', 'run')) depends_on('r@3.2.3:', when='@0.4-6:', type=('build', 'run'))
depends_on('r@3.5.0:', when='@0.5-0.1:', type=('build', 'run')) depends_on('r@3.5.0:', when='@0.5-0.1:', type=('build', 'run'))
depends_on('r-lme4@1.1.10:', type=('build', 'run')) depends_on('r-lme4@1.1-10:', type=('build', 'run'))
depends_on('r-broom', when='@0.5-0.1:', type=('build', 'run')) depends_on('r-broom', when='@0.5-0.1:', type=('build', 'run'))
depends_on('r-dplyr', when='@0.5-0.1:', type=('build', 'run')) depends_on('r-dplyr', when='@0.5-0.1:', type=('build', 'run'))
depends_on('r-magrittr', when='@0.5-0.1:', type=('build', 'run')) depends_on('r-magrittr', when='@0.5-0.1:', type=('build', 'run'))