You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as the generic contains ..., R CMD check does not compare the method and generic args. See https://github.com/hadley/s3method for sample package that verifies that.
As long as the generic contains
...
,R CMD check
does not compare the method and generic args. See https://github.com/hadley/s3method for sample package that verifies that.And R CMD check code (via @jimhester): https://github.com/wch/r-source/blob/7345bdb64fc8f6e30dff7077372137bd0e43fb27/src/library/tools/R/QC.R#L2430-L2434
The text was updated successfully, but these errors were encountered: