美文网首页
最近安装R包遇见的小问题

最近安装R包遇见的小问题

作者: 呆呱呱 | 来源:发表于2021-03-31 12:55 被阅读0次

    最近安装estimate、Bosg和maftools都遇见了截图的问题


    image.png image.png

    搜索了一下,输入这两行代码就可以了

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

    相关文章

      网友评论

          本文标题:最近安装R包遇见的小问题

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