-
Notifications
You must be signed in to change notification settings - Fork 233
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
@export
all.equal S3 method error
#1587
Comments
Easy workaround with |
|
Perhaps roxygen2 should emit a warning in this case, asking users to resolve the ambiguity? |
This comment was marked as resolved.
This comment was marked as resolved.
I struggled for a while to see the Looking around for how other packages handle this I immediately find another CRAN package ({dbnR}) that's published with the same error: https://github.com/cran/dbnR/blob/59d53badcf1fd67898c8254f39a9262633a715ed/man/all.equal.dbn.fit.Rd
Apparently there are 8 such packages: So it looks like a complete resolution here requires #' @method all.equal integer64
#' @exportS3Method all.equal integer64 Is that right? It seems like we could also at least reduce the redundancy here... |
Having an entry like this:
Produces this in the NAMESPACE
It should match
all.equal
, notall
.Seems like a return of #147
The text was updated successfully, but these errors were encountered: