Fix R version (#26047)

R version should be `3.0.0`, in contrast to `3.00`.
This commit is contained in:
jacorvar 2021-09-19 12:14:14 +02:00 committed by GitHub
parent 2d4d51eb5e
commit 4f79a83dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,5 @@ class REcp(RPackage):
version('3.1.3', sha256='a80ab10bafe30cc96287b9220e44c4b4eda40f5dd0546e4d2a2e1baab514c058')
version('3.1.1', sha256='d2ab194e22e6ab0168222fbccfcf2e25c6cd51a73edc959086b0c6e0a7410268')
depends_on('r@3.00:', type=('build', 'run'))
depends_on('r@3.0.0:', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run'))