Reputation: 21
I am getting this warning while saving R script in Rstudio and I am not able to save and retrieve the R script. Need help in this. Thanks.
Upvotes: 2
Views: 2259
Reputation: 380
This error can arise if you have dot in the name of your script. Since dot specifies extension, it will confuse file explorer as to to the type of the file. Make sure that script name does not contain .
.
Upvotes: 1
Reputation: 308
I also had the same problem both when adding extension .R and when not, but it only appeared when trying to save to my company's remote file system, when instead saving locally it worked just fine (my R studio and R installations are also locally), maybe something similar happens on your system?
Upvotes: 2