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
I.e. Rtools44.
The text was updated successfully, but these errors were encountered:
518d65e
I get:
> pkgbuild::has_rtools(debug = TRUE) Found in Rtools 4.4 installation folder [1] TRUE
but then:
> pkgbuild::rtools_path() character(0)
Sorry, something went wrong.
Checking the cache gives:
> pkgbuild:::cache_exists("rtools_path") [1] TRUE > pkgbuild:::cache_get("rtools_path") character(0)
This still fails because version_info was not updated in 518d65e
version_info
No branches or pull requests
I.e. Rtools44.
The text was updated successfully, but these errors were encountered: