-
Notifications
You must be signed in to change notification settings - Fork 53
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
R-hub builder error: there is no package called 'rlang' #367
Comments
The full log is under the link named "log": https://builder.r-hub.io/status/original/shinyMobile_0.7.0.tar.gz-419e621e79b945cc9473a4217ba9202d This is the error, slightly garbled:
CRAN does not currently distribute binaries for R-devel packages, e.g.: https://cran.r-project.org/web/packages/rlang/index.html They only have binaries for internal use. |
A possible workaround is to set the |
I just tried and this works for a package with a bunch of dependencies that need compilation: rhub::check(
platform="windows-x86_64-devel",
env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always")
) |
Perfect! Thanks |
While preparing for a CRAN update, I had an error with
devtools::check_rhub()
:Full log here
and also this:
Full log here
devtools::check_win_devel()
as well as local checking are OK.Session info
The text was updated successfully, but these errors were encountered: