Reputation: 5052
I'm using GIT and I note that if I just move the whole folder (or rename it) in windows, that it breaks all the paths. I then end up in an infinite loop of trying to quit Rstudio and Rstudio unable to find the file path to save (or not save).
Is there a way to move the location of the project folder while keeping it still intact?
Sorry, let me make this clearer.
Upvotes: 18
Views: 13524
Reputation: 11
If you use GitHub Desktop, it will detect that the project has been moved and allow you to locate (set) it to a different folder.
Upvotes: 1
Reputation: 2199
With RStudio closed, I moved the project folder (using Windows Explorer) to a new location. My RStudio project opened fine from there. I made an edit and pushed it to Github.
If you use the here
package on Cran you won't have to update any links.
Upvotes: 4