add version 1.0.1 to r-caracas (#20846)

This commit is contained in:
Glenn Johnson 2021-01-15 03:41:26 -06:00 committed by GitHub
parent 0fe9fa6a75
commit 0d27aa685d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,17 @@
class RCaracas(RPackage): class RCaracas(RPackage):
"""Computer algebra via the 'SymPy' library (<https://www.sympy.org/>). """Computer Algebra
This makes it possible to solve equations symbolically, find symbolic
integrals, symbolic sums and other important quantities. Computer algebra via the 'SymPy' library (<https://www.sympy.org/>). This
""" makes it possible to solve equations symbolically, find symbolic integrals,
symbolic sums and other important quantities."""
homepage = "https://cloud.r-project.org/package=caracas" homepage = "https://cloud.r-project.org/package=caracas"
url = "https://cloud.r-project.org/src/contrib/caracas_1.0.0.tar.gz" url = "https://cloud.r-project.org/src/contrib/caracas_1.0.0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/caracas" list_url = "https://cloud.r-project.org/src/contrib/Archive/caracas"
version('1.0.1', sha256='2482dd7b77791243b8174cb41b80b735c3ebd7db837bbf991127514f492af594')
version('1.0.0', sha256='0da6f1d94d1dacb1c11a3635bdff8f7cd8f84373deffa7126636d0876d48e42b') version('1.0.0', sha256='0da6f1d94d1dacb1c11a3635bdff8f7cd8f84373deffa7126636d0876d48e42b')
depends_on('r@3.0:', type=('build', 'run')) depends_on('r@3.0:', type=('build', 'run'))