[R-pkg-devel] R CHECK warning about new S3 generic/method consistency
On Monday, March 11th, 2024 at 12:43 PM, Diego Hernang?mez Herrero <diego.hernangomezherrero at gmail.com> wrote:
Shouldn?t you include the y argument also inmyscale.default ? Your generic is defining that argument as well.
I assume (hopefully correctly) that methods don't need to include all the arguments of the generic. I get the same warning if I use "..." instead of y, too.