-
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 about "file exists" when opening a project #609
Comments
Quitting RStudio, deleting all the symlinks in Could it be because homebrew provided an updated build of 4.0.2? |
That seems possible. Packrat is supposed to be able to refresh those symlinks on demand as required. Lines 3 to 33 in 5173a3f
Lines 72 to 118 in 5173a3f
Regardless, the right way to "fix" this is to delete the old symlinks so that Packrat can refresh them, or to simply disable sandboxing altogether (if you don't need to rely on the system library being sandboxed). |
I just updated R via homebrew, and now when I launch the RStudio IDE on my mac and open an existing project I get
I'm assuming that this is something with the update to R, since the symlink exists but points to the old version of R I had:
$ ls -l /Users/mike/src/work/gRED/packrat/lib-R/x86_64-apple-darwin19.5.0/4.0.2/base lrwxr-xr-x 1 mike staff 44 Jun 23 21:58 /Users/mike/src/work/gRED/packrat/lib-R/x86_64-apple-darwin19.5.0/4.0.2/base -> /usr/local/Cellar/r/4.0.2/lib/R/library/base
Running
packrat::restore()
didn't seem to help out any.The text was updated successfully, but these errors were encountered: