search for: u00e4sch

Displaying 4 results from an estimated 4 matches for "u00e4sch".

2020 Jun 22
2
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Hi Tomas, I received a report about R 4.0.0 in the knitr package (https://github.com/yihui/knitr/issues/1840), and I think it is related to the issue here. I created a minimal reproducible example below: owd = setwd(tempdir()) z = 'K\u00e4sch.txt' file.create(z) list.files() file.exists(list.files()) setwd(owd) Output: > owd = setwd(tempdir()) > z = 'K\u00e4sch.txt' > file.create(z) [1] TRUE > list.files() [1] "K?sch.txt" > file.exists(list.files()) [1] FALSE > setwd(owd) I wonder if it is expe...
2020 Jun 22
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...Yihui Xie wrote: > Hi Tomas, > > I received a report about R 4.0.0 in the knitr package > (https://github.com/yihui/knitr/issues/1840), and I think it is > related to the issue here. I created a minimal reproducible example > below: > > owd = setwd(tempdir()) > z = 'K\u00e4sch.txt' > file.create(z) > list.files() > file.exists(list.files()) > setwd(owd) > > Output: > >> owd = setwd(tempdir()) >> z = 'K\u00e4sch.txt' >> file.create(z) > [1] TRUE >> list.files() > [1] "K?sch.txt" >> file.exists(...
2020 Jun 24
3
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...; > > I received a report about R 4.0.0 in the knitr package > > (https://github.com/yihui/knitr/issues/1840), and I think it is > > related to the issue here. I created a minimal reproducible example > > below: > > > > owd = setwd(tempdir()) > > z = 'K\u00e4sch.txt' > > file.create(z) > > list.files() > > file.exists(list.files()) > > setwd(owd) > > > > Output: > > > >> owd = setwd(tempdir()) > >> z = 'K\u00e4sch.txt' > >> file.create(z) > > [1] TRUE > >> list....
2020 Jun 10
4
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Dear R Developers, I am having an issue with the renv package and R 4.0.1, which I suspect is related to base R and not the renv package itself, as with R 3.6.3 such an "error" does not appear. The error is raised by a file.exists() path, and path "C:\Users\J-tel\Documents", which in R 3.6.3 is read correctly, but in R 4.0.1 fails (Probably because of the "-"