美文网首页
【R语言编程】---install.packages命令报错解决

【R语言编程】---install.packages命令报错解决

作者: 卡布达b1 | 来源:发表于2022-04-16 22:37 被阅读0次

    不知道哪里出了问题,

    Warning in install.packages :
      unable to access index for repository https://mirrors.ustc.edu.cn/CRAN/src/contrib:
      cannot open URL 'https://mirrors.ustc.edu.cn/CRAN/src/contrib/PACKAGES'
    Warning in install.packages :
      unable to access index for repository https://mirrors.ustc.edu.cn/CRAN/src/contrib:
      cannot open URL 'https://mirrors.ustc.edu.cn/CRAN/src/contrib/PACKAGES'
    Warning in install.packages :
      package ‘ggtree’ is not available (for R version 3.5.1)
    Warning in install.packages :
      unable to access index for repository https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.5:
      cannot open URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.5/PACKAGES'
    

    解决方案

    options(download.file.method = 'libcurl',url.method='libcurl')
    

    ps:如果关掉R重启,又会报以前的错,只能再次输入这个命令,还找不到永久解决的办法

    相关文章

      网友评论

          本文标题:【R语言编程】---install.packages命令报错解决

          本文链接:https://www.haomeiwen.com/subject/ozqkertx.html