[R] [External] Re: Error in setwd(dir) when initializing R

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Tue Nov 21 12:06:43 CET 2023


В Tue, 21 Nov 2023 10:51:59 +0100
Ana de las Heras Molina <andelash using ucm.es> пишет:

> I uninstalled onedrive, I eliminated all the folders and then
> reinstalled R and RStudio... but it is RStudio the one creating a
> folder called C:\Users\Ana\OneDrive - Universidad Complutense de
> Madrid (UCM)\Documentos.

Does Rgui.exe use a different home directory from RStudio? Perhaps you
need not to reinstall RStudio (which deletes and recreates the program
files which aren't damaged) but to wipe the profile (the settings
somewhere under %APPDATA% or %LOCALAPPDATA%), but it pays to be extra
careful about these directories. People at
<https://community.rstudio.com/> may know more about that.

I'm afraid I don't know how to disable OneDrive on a Windows 10
installation. If your university has a Microsoft support contract, it
could be worth asking the Microsoft representative to fix OneDrive so
that temporary files would work on it and telling them the steps to
reproduce the problem.

> Browse[1]> dir.exists(dir)
> [1] TRUE
> Browse[1]> setwd(dir)
> Error durante el wrapup: no es posible cambiar el directorio de
> trabajo

What is the value of `dir` at this point? (What does print(dir) say?)
Can you open this directory in Windows Explorer?

If possible, could you please set your mailer to compose messages in
plain text instead of HTML? The plain text versions of your messages
that your mailer generates from the HTML messages are somewhat mangled:
https://stat.ethz.ch/pipermail/r-help/2023-November/478593.html

-- 
Best regards,
Ivan



More information about the R-help mailing list