I am continuously getting the following warning message on my work laptop, an issue similar to this one:
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="//XXX.NL/Homes/User001/My Documents": Access is denied
According to the IT department there is nothing that can be done about it right now because it is an issue that lies with Rstudio. The solution provided in the link is apparently not possible because it would lead problems with installing packages.
Although everything works fine, I find the continuous error message extremely annoying. It shows up all the time, and will apparently give me issues when working with R-markdown.
Is there anything I can do to block out ONLY this specific warning for the entire session?