add version 2.0.0 to r-checkmate (#20852)

This commit is contained in:
Glenn Johnson 2021-01-15 03:38:27 -06:00 committed by GitHub
parent 3ad021eef5
commit ec307c83a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@
class RCheckmate(RPackage): class RCheckmate(RPackage):
"""Tests and assertions to perform frequent argument checks. """Fast and Versatile Argument Checks
Tests and assertions to perform frequent argument checks.
A substantial part of the package was written in C to A substantial part of the package was written in C to
minimize any worries about execution time overhead.""" minimize any worries about execution time overhead."""
@ -15,6 +17,7 @@ class RCheckmate(RPackage):
url = "https://cloud.r-project.org/src/contrib/checkmate_1.8.4.tar.gz" url = "https://cloud.r-project.org/src/contrib/checkmate_1.8.4.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/checkmate" list_url = "https://cloud.r-project.org/src/contrib/Archive/checkmate"
version('2.0.0', sha256='0dc25b0e20c04836359df1885d099c6e4ad8ae0e585a9e4107f7ea945d9c6fa4')
version('1.9.4', sha256='faa25754b757fe483b876f5d07b73f76f69a1baa971420892fadec4af4bbad21') version('1.9.4', sha256='faa25754b757fe483b876f5d07b73f76f69a1baa971420892fadec4af4bbad21')
version('1.8.4', sha256='6f948883e5a885a1c409d997f0c782e754a549227ec3c8eb18318deceb38f8f6') version('1.8.4', sha256='6f948883e5a885a1c409d997f0c782e754a549227ec3c8eb18318deceb38f8f6')