We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rhub_check_all()
as a shortcut for rhub::rhub_check(platforms = rhub::rhub_platforms()$name) .
rhub::rhub_check(platforms = rhub::rhub_platforms()$name)
This looks like a good default for packages with native code. Too wasteful?
The text was updated successfully, but these errors were encountered:
Yes, that does seem like a waste of resources.
Sorry, something went wrong.
No branches or pull requests
as a shortcut for
rhub::rhub_check(platforms = rhub::rhub_platforms()$name)
.This looks like a good default for packages with native code. Too wasteful?
The text was updated successfully, but these errors were encountered: