s-u / rJava

R to Java interface
https://RForge.net/rJava
235 stars 77 forks source link

avoid checking certain locale categories on Windows #297

Closed kevinushey closed 2 years ago

kevinushey commented 2 years ago

Closes https://github.com/s-u/rJava/issues/296.

s-u commented 2 years ago

Sys.getlocale("LC_MESSAGES") is explicitly documented to return "" on Windows, so this is likely a bug elsewhere.