Skip to content
Prev 3210 / 12125 Next

[R-pkg-devel] ICU init failed: U_FILE_ACCESS_ERROR

I think this error has to do with the binary version of stringi for 
Windows oldrel being out-of-date in CRAN (version 1.1.7 while source is 
at 1.2.4). The current version of stringi under Windows gives a 
compilation note, so the binary is not available in CRAN. This causes 
difficulties even with indirect dependencies (e.g. on lubridate). Even 
lubridate itself is failing CRAN tests on Windows oldrel. Also one of my 
packages is failing CRAN tests because it depends on lubridate. These 
packages have been accepted by CRAN. The compilation note triggered when 
building the stringi binary under Windows oldrel seems not to affect 
stringi in use (circumstantial evidence rather than systematic checking) 
and the current version of stringi can be installed from sources under 
Windows oldrel and at least locally this seems to solve the type of 
problems you are seeing.

Best regards,

Pedro.
On 2018-11-08 04:06, Derek Ogle wrote: