Error launching Rstudio after installation

When installing Rstudio, you receive the following error message:

"Error while installing package: '\ corp.corpcommon.com \ users \ E212 \ MY Documents' CMD.EXE was launched with the above path as the current directory. UNC paths are not supported. The default is Windows. * Install source package 'rstudio' ...

** R

** inst

Warning in .create file (to [okay]):

unable to create file '\ corp.corpcommon.com/users/E212/MY Documents / R / win - library / 3.1 / rstudio / CITATION', reason "No such file or directory"

** preparing a package for lazy loading

** help

* setting help indexes

** indices of building packages

** testing if the installed package can be downloaded

* arch - i386

* arch - x64

ERROR: download failed for 'i386', 'x64' * remove '\ corp.corpcommon.com/users/E212/MY Docs / R / win -library / 3.1 / rstudio'

Package installation error: '\ corp.corpcommon.com \ users \ E212 \ MY Documents' CMD.EXE was launched with the above path as the current directory. UNC paths are not supported. The default is the Windows directory. * install the original package "manipulate" ...

** R

** preparing a package for lazy loading

** help

* setting help indexes

** indices of building packages

** testing if the installed package can be downloaded

* arch - i386

* arch - x64

ERROR: download failed for 'i386', 'x64' * remove '\ corp.corpcommon.com/users/E212/MY Docs / R / win-library / 3.1 / manipulate' "

Does anyone know what it is, what it means, and how can I fix it?

Thank you in advance:)

+3


source to share


1 answer


Rename MY Documents to MYDocuments. so the file path will be "\ corp.corpcommon.com \ users \ E212 \ MYDocuments".



0


source







All Articles