In favour of correctly named .add argument. R CMD check doesn't check S3 method consistency for arguments after `...`, so this shouldn't cause problems with revdeps.
Fixes#4137
In favour of correctly named .add argument. R CMD check doesn't check S3 method consistency for arguments after `...`, so this shouldn't cause problems with revdeps.
Fixes#4137
romainfrancois commentedJan 29, 2019
originally in #4091 (comment)
The
add
argument ingroup_by()
is inconsistent with.add
arguments ingroup_by_[if,at,all]()
.We should eventually have only
.add
but for a (possibly long interim) we could have bothadd
and.add = add
The text was updated successfully, but these errors were encountered: