-
Notifications
You must be signed in to change notification settings - Fork 91
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
Recognize linux binaries vs. build from source #572
Comments
This is because Packrat infers that |
I believe this is now properly handled: https://github.com/rstudio/renv/blob/d368c290d43f45e992b658b5f30a7baa9845e80b/R/install.R#L165-L169 |
We're still encountering I've verified that the packages we're getting contain a |
Is it because |
@kevinushey Your code reference prior to closing was in |
It was not. Evidently I fixed the issue in |
Associated fix ported to Packrat via 448aafd. |
Related to #570
Packrat currently does not understand linux binaries. As a result, we get a log like this on restore:
This is strange b/c packrat recognizes the binary and caches it / uses the cache. However, it also thinks that it built source. If it is possible to say something like
using binary
-install.packages()
, at least, recognizes this difference.The text was updated successfully, but these errors were encountered: