Error with save.image()

I have projects stored on a mapped network drive. When I close the project I get:
Error in save.image("my project here/.RData") :
image could not be renamed and is left in: "my project here/.RDataTmp"

I can load and save RData files as well as read and write .csv files to this location.
I can also load an .RData session using Load Workspace from the menu.
But when I close any project on the network drive I get an error with save.image().
Also if I choose New File from the menu, nothing happens.

The company applied windows updates so I'm not sure what is going on.
These projects worked prior to the upgrades and projects on my local hard drive
work normally.

Here is my session info
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Thanks for any advice.

I"m guessing it's either something to do with permissions, you don't have permission to write a certain kind of file to the network drive, or an antivirus or backup program that is monitoring the drive and blocking this kind of file. I would ask the IT department about it.

At my work I have problems working off One Drive, which is synced to the cloud, and throws all kinds of errors and warnings from RStudio.

Thanks much. This was all working before the last batch of updates so it's probably related to anti-virus or something with the update applied. I'll have to get IT involved.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.