On Thu, 5 Jan 2023 17:58:47 -0500
"Aaron A. King" wrote:
> However, since the S3 dispatch system is not itself confused, I
> suppose it must be the case that the S3 generic/method consistency
> checker itself is confused. I wonder, how does the checker decide
> when to throw a NOTE? Is it a sim
(Sorry for the unfinished message. I've got to do something about my
mailer to make it harder to send them accidentally.)
On Fri, 6 Jan 2023 11:21:49 +0300
Ivan Krylov wrote:
> to see where 'filter' appears in the list of generics and where the
filter.traj function gets matched to it as a metho
Excellent suggestion, Ivan. Thanks for pointing out just where to look.
I stepped through tools::checkS3methods("pomp") and it does appear to be
roughly as I conjectured. Namely, all functions are extracted from the
pomp namespace and checked against a list of generics. The check that is
perform