We\'re bumbling through making some R code work in a production environment and as part of that we\'re installing some R packages as follows:
# Default direc
git clone https://github.com/gagolews/stringi.git
.Rbuildignore
^src/icu55/data
R CMD build stringi_dir_name
.tar.gz
install.packages("stringi_xxx.tar.gz")