Skip to content
Prev 5223 / 12125 Next

[R-pkg-devel] Errors in make check in Windows 10 with OpenBLAS

Thanks, so the problem is that your custom build uses GNU libiconv, 
which does not support codepage 28605. win_iconv, the one shipped with 
R, supports that code page. win_iconv is a wrapper for the Windows API. 
Unless you had a special reason not to, I would just recommend to use 
win_iconv. The "experience" will match the C library conversion calls, 
which may be used directly in some code at some places, and it is most 
tested as people normally use it. Still, the problem is not specific to 
strtrim, just to the example.

Best
Tomas
On 3/20/20 3:27 PM, Erin Hodgess wrote: