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'

     
  • 相关阅读:
    内核驱动系列中断和定时器
    apue2 阅读笔记第四章
    apue2 阅读笔记 第五章
    apue2阅读笔记 第6.7章
    再试试windows7版得writer
    内核驱动系列内核调试方法
    apue2 阅读笔记第三章
    杂谈关于代码库
    know everything about something
    React的父子传值(父传子)
  • 原文地址:https://www.cnblogs.com/emanlee/p/14924244.html
Copyright © 2011-2022 走看看