-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Revdepcheck 28-10-2025 #6715
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
Revdepcheck 28-10-2025 #6715
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some recurring issues. I expect that if we fix these, a bunch of the 'can't build vignette' errors (which I haven't investigated deeply) will also dissolve.
| Error in FUN(X[[i]], ...) : object of type 'symbol' is not subsettable | ||
| Calls: <Anonymous> ... <Anonymous> -> get_labels -> normalise_label -> lapply |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a recurring issue, should investigate a bit but I expect this is a simple bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, typo.
| 23. └─vctrs:::stop_scalar_type(`<fn>`(`<expression>`), "x$label", `<env>`) | ||
| 24. └─vctrs:::stop_vctrs(...) | ||
| 25. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) | ||
| ! When `palette = NULL`, the `fallback.palette` must be defined. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a recurring issue that may require some thoughts
| 14. └─ggplot2 (local) compute_geom_1(..., self = self) | ||
| 15. └─ggplot2:::check_required_aesthetics(...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also a recurring pattern. Should investigate a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error caused by partial matching.
| Codoc mismatches from Rd file 'gf_lines.Rd': | ||
| gf_abline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes, we just can't win.
No description provided.