-
Notifications
You must be signed in to change notification settings - Fork 285
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
use_lifecycle() raises an error, uses_roxygen_md() is confused by roclets #2073
Comments
I came here to open the same issue. 😸 Could the current condition be made more flexible, maybe only checking the string starts with |
jennybc
added a commit
that referenced
this issue
Nov 21, 2024
jennybc
added a commit
that referenced
this issue
Nov 21, 2024
Thank you @jennybc 🙏 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My package's
DESCRIPTION
file contains the following lines:When I try to execute the following statement to add support for the lifecycle package:
> usethis::use_lifecycle()
Then the following error appears:
I have tested this with usethis version 3.0.0 and R 4.3.0.
As far as I can tell, the issue is because of this check, which doesn't seem to account for the existence of roclets in the config object.
The text was updated successfully, but these errors were encountered: