Skip to content
Prev 5144 / 12125 Next

[R-pkg-devel] slightly polemic question re R CMD check

... also, the only reason non-generic functions using ellipsis can throw an error when an argument is not used is that they keep passing ... on to functions that recursively encounter fumctions that eventually do not accept an ellipsis argument. If the function calls a generic with an ellipsis argument then we are back into the generic conundrum again and the user will experience the normal function failing to catch unused arguments.
On March 8, 2020 10:14:49 AM PDT, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: