Skip to content
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

.check_Rd_contents is not in tools in 4.1.0 #2354

Closed
alanocallaghan opened this issue May 27, 2021 · 1 comment
Closed

.check_Rd_contents is not in tools in 4.1.0 #2354

alanocallaghan opened this issue May 27, 2021 · 1 comment

Comments

@alanocallaghan
Copy link

This doesn't cause an error as far as I can tell but it presumably means check_man is not doing everything it ought to do. It is also somewhat unsightly.

See this toy package or just run check_man on any R package really. https://github.com/Alanocallaghan/testtools/runs/2684053323?check_suite_focus=true

@brownag
Copy link

brownag commented May 31, 2021

I also have been running into this; it seems that on 4.1 tools::checkRdContents() needs to be called rather than tools:::.check_Rd_contents()

man_message(("tools" %:::% ".check_Rd_contents")(dir = pkg$path)),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants