r-ellipsis
Tools for working with additional arguments
In S3 generics, it's useful to take ...
so that methods can have additional arguments. But this flexibility comes at a cost: misspelled arguments will be silently ignored. The ellipsis
package is an experiment that allows a generic to warn if any arguments passed in ...
are not used.
- Versions: 0.3.2
- Website: https://github.com/hadley/ellipsis
- Licenses: GPL 3
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-ellipsis
as follows:
guix install r-ellipsis
Or install a particular version:
guix install r-ellipsis@0.3.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/r-ellipsis/'><img src='http://127.0.0.1:3000/packages/r-ellipsis/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/r-ellipsis/badges/latest-version.svg)](http://127.0.0.1:3000/packages/r-ellipsis/) Org: [[http://127.0.0.1:3000/packages/r-ellipsis/][http://127.0.0.1:3000/packages/r-ellipsis/badges/latest-version.svg]]