r-expm: add v0.999-6 (#20918)

This commit is contained in:
Glenn Johnson 2021-01-15 02:03:58 -06:00 committed by GitHub
parent 4bab89bbff
commit e160f649b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,16 @@
class RExpm(RPackage):
"""Computation of the matrix exponential, logarithm, sqrt, and related
"""Matrix Exponential, Log, 'etc'
Computation of the matrix exponential, logarithm, sqrt, and related
quantities."""
homepage = "http://r-forge.r-project.org/projects/expm"
url = "https://cloud.r-project.org/src/contrib/expm_0.999-2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/expm"
version('0.999-6', sha256='2c79912fd2e03fcf89c29f09555880934402fcb2359af8b4579d79b4f955addc')
version('0.999-4', sha256='58d06427a08c9442462b00a5531e2575800be13ed450c5a1546261251e536096')
version('0.999-3', sha256='511bac5860cc5b3888bca626cdf23241b6118eabcc82d100935386039e516412')
version('0.999-2', sha256='38f1e5bfa90f794486789695d0d9e49158c7eb9445dc171dd83dec3d8fa130d6')