These functions are deprecated and will no longer be available
in future
stri_install_check(silent = FALSE)stri_install_icudt(check = TRUE, outpath = NULL, inpath = NULL)
stri_install_check()
testsNULL
, then
file.path(path.package("stringi"), "libs")
will be used.NULL
, then only stringi mirror servers will be used.
Mainly of interest to system admins and software developers.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.