r-ellipsis 0.3.2
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.
- 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 r-ellipsis 0.3.2
as follows:
guix install r-ellipsis@0.3.2
Or install the latest version:
guix install r-ellipsis
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.