I have the same problem. See my thread here: Cannot interpret scandinavian letters
This problem never occurred before updating to the recent version. I will downgrade, cause I can no longer read files into R.
I have the same problem. See my thread here: Cannot interpret scandinavian letters
This problem never occurred before updating to the recent version. I will downgrade, cause I can no longer read files into R.
Same problem since I updated to the latest version or R-Studio.
My workaround is to change work directory before running the list.files command, then re-set my real working directory again.
setwd(datadir)
fileslist <- list.files(pattern = "xxx", recursive = TRUE)
setwd(workdir)
Still this is a pretty annoying issue since it forces me to modify code that has been working for years now.
Not the only issue connected to the latest update.
Thanks everyone for the bug reports -- we're investigating in https://github.com/rstudio/rstudio/issues/10507.
Hi everyone,
I believe we've now confirmed the issue in the latest release of RStudio. The issue affects the Windows builds of RStudio 2021.09.2+382 (or newer).
If you need an interim workaround, you should be able to downgrade to RStudio 2021.09.1+372, available here:
https://s3.amazonaws.com/rstudio-ide-build/desktop/windows/RStudio-2021.09.1-372.exe
We will continue working on a resolution and will hopefully have a patched release of RStudio available soon.
Thanks, and sorry for the trouble,
Kevin
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.