Getting set up on my personal laptop to create an R notebook, but it has problems recognizing my pathname.
"Zoltán" is my username, no problem for all other apps, but creating an R notebook, it can't recognize "á" and tries to recode it to "Zoltn" and then "Zoltán" and giving a warning:
Warning messages:
1: In native_encode(options$fig.path) :
some characters may not work under the current locale
2: In list.files(files_dir, "^figure-.+") :
unable to translate 'C:\Users\Zoltn\Documents
I am not changing my username. What other ways can I work around this, and successfully create R notebooks on my laptop?
Thanks,
Zoltán