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'

     
  • 相关阅读:
    YTU 2802: 判断字符串是否为回文
    YTU 2392: 求各位数字之和
    YTU 2391: 求素数
    HDU 2064:汉诺塔III
    HDU 2187:悼念512汶川大地震遇难同胞——老人是真饿了
    HDU 2036:改革春风吹满地
    HDU 1081:To The Max
    HDU 1257:最少拦截系统
    YTU 2425: C语言习题 输出月份
    YTU 2420: C语言习题 不等长字符串排序
  • 原文地址:https://www.cnblogs.com/emanlee/p/14924244.html
Copyright © 2011-2022 走看看