In S3 generics, it's useful to take ... so that methods can have additional argument. But this flexibility comes at a cost: misspelled arguments will be silently ignored. The ellipsis packages is an experiment that allows a generic to warn if any arguments passed in ... are not used.
Version: | 0.0.2 |
Depends: | R (≥ 3.1) |
Suggests: | covr, testthat |
Published: | 2019-01-09 |
Author: | Hadley Wickham [aut, cre], RStudio [cph] |
Maintainer: | Hadley Wickham <hadley at rstudio.com> |
BugReports: | https://github.com/hadley/ellipsis/issues |
License: | GPL-3 |
URL: | https://github.com/hadley/ellipsis |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | ellipsis results |
Reference manual: | ellipsis.pdf |
Package source: | ellipsis_0.0.2.tar.gz |
Windows binaries: | r-devel: ellipsis_0.0.2.zip, r-release: ellipsis_0.0.2.zip, r-oldrel: ellipsis_0.0.2.zip |
OS X binaries: | r-release: ellipsis_0.0.2.tgz, r-oldrel: ellipsis_0.0.1.tgz |
Old sources: | ellipsis archive |
Please use the canonical form https://CRAN.R-project.org/package=ellipsis to link to this page.