gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

Feature Request: helper function to report ICU version #352

Closed zkamvar closed 5 years ago

zkamvar commented 5 years ago

Hello,

If I understand correctly, it's possible for a user to install stringi on their machine using the system version of ICU (as long as it meets the specifications). It would be helpful with debugging if the user could report the version of ICU stringi uses. Something like stringi::stri_icu_version() would be great if possible.

gagolews commented 5 years ago

See stri_info().