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'

     
  • 相关阅读:
    Hibernate与数据库的触发器协同工作
    Hibernate的调用数据库的存储过程
    hibernate中持久化对象的状态
    Hibernate-sessio缓存的操作
    Hibernate中的一些关键字理解
    配置Hibernate的流程
    Struts2自定义拦截器
    Struts2中解决表单重复提交
    Struts文件下载(静态)
    Struts2的简单的文件上传
  • 原文地址:https://www.cnblogs.com/emanlee/p/14924244.html
Copyright © 2011-2022 走看看