How to install stringi library from archive and install the local icu52l.zip

前端 未结 5 903
我寻月下人不归
我寻月下人不归 2021-01-11 16:18

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         


        
5条回答
  •  南方客
    南方客 (楼主)
    2021-01-11 16:38

    This work with R-3.2.3 in Linux Mint 17.2. 1. Install 'libicu-dev' from Software Manager. 2. in R : install.packages('stringi')

    For further information, try to read this instruction: https://cran.r-project.org/web/packages/stringi/INSTALL

提交回复
热议问题