stri_install_check(silent = FALSE)stri_install_icudt(check = TRUE, path = NULL)
stri_install_check()
testsNULL
,
then file.path(find.package('stringi'), 'libs')
will be used. Custom, non-default paths should not be
used normally by TRUE
denotes that the requested operation has been
completed successfully.Without the ICU data library (icudt) many
stri_install_check()
tests whether some ICU services
are available. If they are not, it is most likely due to
unavailable ICU data library.
stri_install_icudt()
downloads and installs the ICU
data library specific for your platform
(little/big-endian). The downloaded file will be
decompressed into the directory where the package has been
installed, see find.package
, so make sure you
have sufficient write permissions.