-
Notifications
You must be signed in to change notification settings - Fork 90
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 in !packrat::opts$symlink.system.packages() : invalid argument type" #524
Comments
Here's what I did to resolve the broken state:
Here's the log:
(It finishes eventually.) My assumption is that there are some cleanup steps that aren't run when packrat aborts during installation, which means that it does not fall back to a state where packrat simply isn't available. |
I could reproduce this on a completely new system with no previous R installation. I installed R 3.5 through
… wait, could this be related to #496? |
I get the same error. |
Try:
Then open R:
Or, if the above does not work, manually fix your
This did the trick for me (hopefully). |
The trick here is that |
Why is this closed - isn't the absence of a default a bug in Packrat that needs fixing? |
@sambrightman AFAICT there is one here: Line 47 in da40b6e
|
See the comment from @testlnord above. Maybe rephrase the problem as "the failure to merge defaults for new options with the existing configuration file". |
Is this not fixed in the development version? da40b6e |
I'm only using released versions; that does indeed look like a fix. |
I'm seemingly getting the same error as reported above when I did the following:
The specific error log is:
sessionInfo:
|
very odd, I never had that issue until I started using Anaconda to start RStudio. Now, in RStudio
|
I have recently upgraded R from 3.5.1 to 3.5.2 with Homebrew, which means that existing package installs were no longer available.
I have an installation script for my project, which looks like this:
When I run it:
So, for some reason it halted. Now when I try to run it again, I get:
I would think that there's a bug somewhere that leads to the current project being broken due to an incomplete installation.
I am not sure what I'm supposed to do here … what are the steps necessary to revert properly?
Some debugging info:
The text was updated successfully, but these errors were encountered: