-
Notifications
You must be signed in to change notification settings - Fork 25
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
tools::checkTnF() shows unknown macro warning #65
Comments
With a recent roxygen, you can now use markdown in the documentation:
The |
Thanks @lionel-!
This change isn't reflected in the docs, yet, IIUC. |
yup sorry about that, updating the doc is on the backburner. |
By the way this means that lifecycle becomes a build time dependency, so you can remove it from DESCRIPTION if you're not using any of the functions like |
tools::checkTnF(dir = ".")
shows the following warnings when used on a package repository, {lifecyle} in this case:This is comparable to #19, ropensci/spelling#42, ropensci/spelling#44, but since tools is a base package, it is not as easily fixed (plus
checkTnF()
does not allow passing on custom macros, as e.g.parse_Rd()
).Can this be fixed on the {lifecyle} side? Or would this require changes in
checksTnF()
?I stumbled upon this while using
goodpractice::gp()
wheretools::checkTnF(dir = ".")
is one of the checks run.The text was updated successfully, but these errors were encountered: