Sorry for the double e-mail.

On Sun, 17 Dec 2023 17:25:38 +0300
Ivan Krylov <krylov.r...@gmail.com> wrote:

> Can you at least temporarily disable OneDrive so that your Documents
> directory would be "C:\\Users\\Alipio\\Documentos"? This should keep R
> happy.

It should also work if you set the environment variable R_USER to
some ASCII-representable path:

(in cmd.exe):
> set R_USER=C:\Users\Alipio\R_USER
> "C:\Program Files\R\R-4.3.2\bin\R.exe" CMD Rgui

Please let me know if setting the environment variable helps.

I suspect that getenv() may be returning ANSI-encoded bytes even when
the UCRT locale encoding is set to UTF-8.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to