RStudio wont release permisson for Excelfile since update to the newest version

Since I upgraded to the newest version of RStudio last day it has stopped releasing permission on excelfiles in our projects (we use XLconnect). I've experimented with different ways to release RStudios hold on the files but to no avail yet.

Ive tried to unlink it but that doesn't do anything, anyone got any tips or should I just revert to previous version?

unlink(fileName, recursive = TRUE)
print(file.info(fileName))


size 2383465
isdir FALSE
mode 666
mtime 2020-08-06 11:02:03
ctime 2020-06-16 13:00:22
atime 2020-08-06 10:40:30
exe no

RStudio is installed as administrator but I don't hold admin-privileges in my organization.

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