-
Notifications
You must be signed in to change notification settings - Fork 234
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
Broken support for #' @importFrom
with backticks not documented
#1570
Comments
#' @importFrom purrr
%>%
` not documented#' @importFrom purrr
%>%
`` not documented
#' @importFrom purrr
%>%
`` not documented#' @importFrom
with backticks not documented
I confirm from |
I am also getting similar errors when replacing backticks with quotations
|
Try |
I think this is also responsible for the ‘box’ build failures: https://github.com/klmr/box/actions/runs/7535202942 (Edit: actually on second look this looks unrelated, but it’s also new in ‘roxygen2’ 7.3.0; I’ll investigate further.) |
@klmr I believe yours is related to this NEWS bullet: Lines 16 to 20 in 767ec1b
|
@MichaelChirico Thanks, but the warning isn’t the issue I am concerned about, although it is a bit confusing, and in my case incorrect (you do not need to declare methods in I am talking about the bug described in #1575. |
Fixes #1570 Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
And now on CRAN 😄 |
roxygen2 7.3.0 fails for several of my packages. The only vaguely related NEWS entry I found is
Is the new behavior intended, is it worth waiting for a fix?
roxygen2 7.3.0
Created on 2024-01-14 with reprex v2.0.2
roxygen2 7.2.3
Created on 2024-01-14 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: