search for: r74967

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

Did you mean: 374967
2018 Jul 17
2
Output mis-encoded on Windows w/ RGui 3.5.1 in strange case
...String("apple") + print(output) + ' > > file <- tempfile(fileext = ".R") > writeLines(code, con = file) > source(file) list() [1] "\002??apple\003??" This is with today's R-devel: > sessionInfo() R Under development (unstable) (2018-07-16 r74967) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134) Matrix products: default locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1...
2018 Jul 18
1
Output mis-encoded on Windows w/ RGui 3.5.1 in strange case
...mpfile(fileext = ".R") >>> writeLines(code, con = file) >>> source(file) >> list() >> [1] "\002??apple\003??" >> >> This is with today's R-devel: >> >>> sessionInfo() >> R Under development (unstable) (2018-07-16 r74967) >> Platform: x86_64-w64-mingw32/x64 (64-bit) >> Running under: Windows 10 x64 (build 17134) >> >> Matrix products: default >> >> locale: >> [1] LC_COLLATE=English_United States.1252 >> [2] LC_CTYPE=English_United States.1252 >> [3] LC_MONETARY=...
2018 Jul 18
0
Output mis-encoded on Windows w/ RGui 3.5.1 in strange case
...> + ' >> file <- tempfile(fileext = ".R") >> writeLines(code, con = file) >> source(file) > list() > [1] "\002??apple\003??" > > This is with today's R-devel: > >> sessionInfo() > R Under development (unstable) (2018-07-16 r74967) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 17134) > > Matrix products: default > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4]...
2018 Jul 16
2
Output mis-encoded on Windows w/ RGui 3.5.1 in strange case
Given the following R script: x <- 1 print(list()) save(x, file = tempfile()) output <- encodeString("apple") print(output) If I source this script from RGui on Windows, I see the output: > source("encoding.R") list() [1] "\002??apple\003??" That is, it's as though R has injected what looks like byte order marks around the