r-ellipsis: added v0.3.1 (#20913)

This commit is contained in:
Glenn Johnson 2021-01-15 01:40:41 -06:00 committed by GitHub
parent 7cb4a8afe0
commit a23404c7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@
class REllipsis(RPackage):
"""The ellipsis is a powerful tool for extending functions. Unfortunately
"""Tools for Working with ...
The ellipsis is a powerful tool for extending functions. Unfortunately
this power comes at a cost: misspelled arguments will be silently ignored.
The ellipsis package provides a collection of functions to catch problems
and alert the user."""
@ -16,6 +18,7 @@ class REllipsis(RPackage):
url = "https://cloud.r-project.org/src/contrib/ellipsis_0.2.0.1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/ellipsis"
version('0.3.1', sha256='4f8a15158dfc27cdc0f7554c7a61e92b02e4d70bfc3d968f01a99da2189b75db')
version('0.3.0', sha256='0bf814cb7a1f0ee1f2949bdc98752a0d535f2a9489280dd4d8fcdb10067ee907')
version('0.2.0.1', sha256='0e6528c5e8016c3617cc1cfcdb5a4bfeb073e0bd5ea76b43e56b0c3208a0a943')