-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix roxygen2 issue with all/all.equal ambiguity #339
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Michael Chirico <[email protected]>
✅ All contributors have signed the CLA |
I have read the CLA Document and I hereby sign the CLA |
recheck |
Thanks for the PR I don't think this roxygen2 issue affects this package as the We achieve that by registering the S3 method in a teal.data/tests/testthat/helper-all.equal.R Lines 2 to 4 in b5ccb1d
@gogonzo do you want to revisit the export of this method? Initially, we were hoping waldo would merge r-lib/waldo#186 as well as moving to |
I don't think either that this affects us. |
to clarify I'm referring specifically to this: teal.data/man/all.equal.join_keys.Rd Line 7 in b5ccb1d
|
From previous experience registering the right S3 method helps with the dispatch, even if it is not exported (no I also consider this very minimal (see the last commit) and without issues on a local check. |
r-lib/waldo#186 got merged |
You are affected by r-lib/roxygen2#1587. Came across your package while looking for a solution, so sharing what I found.