Displaying 2 results from an estimated 2 matches for "r75713".
2018 Dec 08
2
Possible encoding bug in sub()
...ndows
## [1] "unknown" "UTF-8" # Linux
print(foo)
## [1] "??" "?" # Windows
## [1] "?" "?" # Linux
The output of sessionInfo() for both test systems follows.
> sessionInfo()
R version 3.5.1 Patched (2018-11-28 r75713)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=Finnish_Finland.1252 LC_CTYPE=Finnish_Finland.1252
[3] LC_MONETARY=Finnish_Finland.1252 LC_NUMERIC=C
[5] LC_TIME=Finnish_Finland.1252
attached base...
2018 Dec 10
0
Possible encoding bug in sub()
...bug report at R's bugzilla?
There's still no certainty that it will be fixed quickly, but
the bug PR's there are less easily forgotten.
Martin
> The output of sessionInfo() for both test systems follows.
>> sessionInfo()
> R version 3.5.1 Patched (2018-11-28 r75713)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 7 x64 (build 7601) Service Pack 1
> Matrix products: default
> locale:
> [1] LC_COLLATE=Finnish_Finland.1252 LC_CTYPE=Finnish_Finland.1252
> [3] LC_MONETARY=Finnish_Finland.1252 LC_NUM...