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
@jimhester I experienced issues with S3 methods and stubbing.
So in detail, mocking a function in a package, destroys all S3 method assignments. It does not crash the generic, but the single assignment. I guess this is an S3 feature, not bug. As in your code you run
@jimhester I experienced issues with S3 methods and stubbing.
So in detail, mocking a function in a package, destroys all S3 method assignments. It does not crash the generic, but the single assignment. I guess this is an S3 feature, not bug. As in your code you run
which due to Stackoverflow unassignes s3 assignments.
To give you a test, I prepared this reprex:
Created on 2024-05-14 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: