Skip to content
Prev 8154 / 12125 Next

[R-pkg-devel] Windows R 4.2.0 package will not load with UTF-8 encoding

Apologies for the pages of minutia.  I endeavored to post reproduceable
example. I'm unable to show the failure since it simply hangs at the prompt
with CPU spinning and memory cyclically ramping and declining.  One has to
kill R. The posted commands show the workaround, not the failure.

I since found that just changing the LC_COLLATE is enough to allow the
library to load :
[1] "English_United States.1252"
[1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.utf8;LC_MONETARY=English_United
States.utf8;LC_NUMERIC=C;LC_TIME=English_United States.utf8"

Again, apologies for my naivety.

On Sat, Jun 11, 2022 at 6:16 AM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: