zoukankan      html  css  js  c++  java
  • R包安装错误:install.packages('stringi')

    installing via 'install.libs.R' to C:/Program Files/R/R-3.6.0/library/00LOCK-stringi/00new/stringi
    downloading the ICU data library (icudt)
    output path: icu69/data/icu4c-69_1-data-bin-l.zip
    trying URL 'https://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip'
    Warning in download.file(paste(href, fname, sep = ""), icudtzipfname, mode = "wb") :
      InternetOpenUrl failed: 'The server name or address could not be resolved'
    Error in download.file(paste(href, fname, sep = ""), icudtzipfname, mode = "wb"): cannot open URL 'https://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip'
    
    trying URL 'http://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip'
    Warning in download.file(paste(href, fname, sep = ""), icudtzipfname, mode = "wb") :
      InternetOpenUrl failed: 'The server name or address could not be resolved'
    Error in download.file(paste(href, fname, sep = ""), icudtzipfname, mode = "wb"): cannot open URL 'http://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip'
    
    icudt download failed
    Error in eval(ei, envir) : 
      icudt could not be downloaded. check your internet connectivity
    * removing 'C:/Program Files/R/R-3.6.0/library/stringi'
    Warning in install.packages :
      installation of package ‘stringi’ had non-zero exit status


    Warning in system("sh ./configure.win") : 'sh' not found
    ERROR: configuration failed for package 'stringi'

     
  • 相关阅读:
    wireShark 代码分析
    Flex Chart / Charting 图表参考
    Boost笔记
    mysql的常用开发工具【建模、维护、监控】
    DSL应用集成和Rhino 3
    元编程 Metaprogramming
    Coffeescript的使用简要
    Ruby基础[Programing ruby笔记]
    编程范式/范型参考 programming paradigm
    DSL语法、组成 2
  • 原文地址:https://www.cnblogs.com/emanlee/p/14924244.html
Copyright © 2011-2022 走看看