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
devtools::release() trashes NAMESPACE #1437
Comments
The issue is devtools::check(document = FALSE)
devtools::release(check = FALSE) |
I actually had the same issue, when calling I believe this is a bug, but I got my package submitted using Edit After a little more digging, it turns out that That being said, perhaps there is a way to change |
Maybe |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
I have a legacy package developed without using roxygen for the .Rd files. When I tried to use
devtools::release()
to submit the package, rogygen2 was run, resulting in an empty NAMESPACE file, with no prompt for 'first time use of roxygen2`. This seems to be a bug, but certainly unexpected.Is there any way to prevent this?
The text was updated successfully, but these errors were encountered: