I updated R-Studio to the latest version (Version 0.98.953). When starting R-Studio I get the following in the console:
Error installing package: "\\psf\Home\Documents"
CMD.EXE wurde mit dem oben angegebenen Pfad als aktuellem Verzeichnis gestartet.
UNC-Pfade werden nicht unterst�tzt.
Stattdessen wird das Windows-Verzeichnis als aktuelles Verzeichnis gesetzt.
CMD.Exe will be started with the path given above as the current directory
UNC-Path will not be supported
Instead the Windows directory will be set to the current directory
* installing *source* package 'rstudio' ...
** R
** inst
Warnung in file.create(to[okay]) :
kann Datei '\psf/Home/Documents/R/win-library/3.0/rstudio/CITATION' nicht erzeugen. Grund 'No such file or directory'
Warning in file.create(to[okay]) :
file \psf/Home/Documents/R/win-library/3.0/rstudio/CITATION'
cannot be created. Reason 'No such file or directory'
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
ERROR: loading failed
* removing '\\psf/Home/Documents/R/win-library/3.0/rstudio'
Error installing package: "\\psf\Home\Documents"
CMD.EXE wurde mit dem oben angegebenen Pfad als aktuellem Verzeichnis gestartet.
UNC-Pfade werden nicht unterst�tzt.
Stattdessen wird das Windows-Verzeichnis als aktuelles Verzeichnis gesetzt.
CMD.Exe will be started with the path given above as the current directory
UNC-Path will not be supported
Instead the Windows directory will be set to the current directory
* installing *source* package 'manipulate' ...
** R
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
ERROR: loading failed
* removing '\\psf/Home/Documents/R/win-library/3.0/manipulate'
Does anybody know what is wrong / what I have to do? I get the same error message on another PC with the same version of R-Studio.
Thank you in advance!