R 安装 stringi 包

警告
本文最后更新于 2023-01-10,文中内容可能已过时。

命令行安装 R stringi 软件包

1
2
3
4
5
6
RUN cd /tmp && \
    wget --no-check-certificate https://github.com/gagolews/stringi/archive/master.zip -O stringi.zip && \
    unzip stringi.zip && \
    sed -i '/\/icu..\/data/d' stringi-master/.Rbuildignore && \
    R CMD build stringi-master && \
    R CMD INSTALL `ls -alh |grep tar |cut -d' ' -f11`

相关内容

william 支付宝支付宝
william 微信微信
0%