r-ellipsis 0.3.1 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.