[R-pkg-devel] S3 generic/method consistency false positive when dplyr imported

2023-01-04 Thread Aaron A. King
his reason, and in fact I am already doing so, but I think the question is a good one: Why does inclusion of *dplyr* in the import list appear to trigger these warnings when they were not there before? Thanks in advance for any insight you can give! Aaron A. King, Ph.D. Nelson G. Hairston Professor

Re: [R-pkg-devel] S3 generic/method consistency false positive when dplyr imported

2023-01-05 Thread Aaron A. King
t a simple pattern-matching system, something like "If X.Y is exported, where X is a generic and Y is any string and X.Y is not declared as an S3 method, then throw NOTE"? Dr. Aaron A. King University of Michigan On Wed, Jan 4, 2023 at 4:22 PM Ivan Krylov wrote: > On Wed, 4 J

Re: [R-pkg-devel] S3 generic/method consistency false positive when dplyr imported

2023-01-06 Thread Aaron A. King
ctually been done about it. I conjecture that the decision was to just fold false positives into the whitelist on an ad hoc basis. Dr. Aaron A. King University of Michigan On Fri, Jan 6, 2023 at 3:24 AM Ivan Krylov wrote: > (Sorry for the unfinished message. I've got to do something about