-
Notifications
You must be signed in to change notification settings - Fork 990
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
Error when installing 1.12.0 in packrat #3329
Comments
@diegogruber Can you confirm you've obeyed the advice?
Pinging @kevinushey since it may help to know what exactly |
I've run the steps but it works fine here on Ubuntu. |
data.table now calls |
Thanks everyone for your replies. If I am in a fresh R session with the standard user library (no packrat) I can load data.table 1.12.0 without issue. Also |
Update to my last comment. If I remove and then reinstall data.table on the packrat library I can load it fine. It is only after I run
|
linux here and also not reproducible |
Thanks for the info. Glad this is cleared up. |
I can reproduce on Windows 10. the issue is indeed with DESCRIPTION file that However, I do not explain why this does not happen during the test in linux system, as this function and mechanism is not os specific. |
Ok I'll just remove the MD5 check. It was added as an attempt to detect #3056. But since that attempt I put in a better way using |
I've been using data.table 1.11.8 within a packrat project with no issue. After updating to 1.12.0 I get the following error on package load:
After downgrading back to 1.11.8 the error disappears. I've tested this on other people's machines so I'm pretty confident this is not particular to my system. I have not experienced this issue with other packages either. For that reason I believe this is an issue of the latest data.table version and not a problem with packrat, but I might be wrong.
Here is how I've managed to reproduce the problem (on Windows 10):
First create a new project in RStudio and open it, then run the following code:
Here's the output of
sessionInfo()
:Thanks for your help! Hope this can be resolved in upcoming versions.
The text was updated successfully, but these errors were encountered: