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
Just did a bisection, and this warning starts with #2385 .
Comments there suggest that my usage with no escaping of function is not allowed in \method, but I'm not seeing any R CMD check warnings or note about the syntax.
I can work around it by adding backticks on function.
I think I saw a quote somewhere saying backticks are required, but I can't find the quote now, nor anything in the docs about this. Anyway, the workaround is fine so I'll close this.
I just saw a warning like r-lib/roxygen2#906 in a recent build of
rgl
:The actual code in the Rd file (hand written, not Roxygen output) was slightly different:
Here's my sessionInfo:
If I convert the warning to an error and ask for a trace, it appears to be
pkgdown:::parse_usage()
that is triggering the warning.The text was updated successfully, but these errors were encountered: