Closed tyner closed 3 years ago
Did you copy the file to src/icu69/data ?
What is the result of a call to md5sum icu4c-*
?
Did you use the files from https://github.com/gagolews/stringi/tree/master/src/icu69/data or from the unicode-org/icu repository?
I get:
gagolews@dionysus:~/R/stringi/src/icu69/data$ md5sum icu4c-69_1-data-bin-*
e86eba75d1f39be63713569dc0dc9524 icu4c-69_1-data-bin-b.zip
58ecd3e72e9d96ea2876dd89627afeb8 icu4c-69_1-data-bin-l.zip
I had originally downloaded from https://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip using Google Chrome, however the resulting md5sum did not match. I've re-downloaded using wget and now the md5sum matches and installation is successful. Lesson learned, and sorry for the false alarm.
I am trying to install version 1.6.1 from source on an Amazon Linux EMR node (which ships with an unsupported version 50.2 of ICU4C) . I copied icu4c-69_1-data-bin-l.zip to a directory and ran
but it says
Any idea what I'm doing wrong? Here is my sessionInfo(),
Thanks, Ben