-
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
roxygen2 7.3.0 breaks NAMESPACE #313
Comments
😂 Nice findings. Will surely keep this in mind... Thanks! To (re-)install roxygen2 7.2.3, one can use: remotes::install_version("roxygen2", "7.2.3") |
Actually, you would fix those by replacing the lines with: #' @importFrom data.table :=
#' @importFrom dplyr %>% |
@olivroy Thanks for the suggested workaround! While the roxygen2 developers are restoring the previous behavior in r-lib/roxygen2#1574, I tested and confirmed that I've always put quotes around these types of functions. This is how they display in |
While working on #312, I noticed that the latest roxygen2 was deleting
:=
from {data.table} and%>%
from {dplyr} fromNAMESPACE
.roxygen2 7.3.0 was recently released on 2024-01-11. Fortunately another developer has already reported the problem in r-lib/roxygen2#1570. While we wait on a fix, please build the documentation with roxygen2 7.2.3
The text was updated successfully, but these errors were encountered: