首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >尝试在fedora上的R studio中安装tidyverse时,tidyverse的依赖项不会安装

尝试在fedora上的R studio中安装tidyverse时,tidyverse的依赖项不会安装
EN

Stack Overflow用户
提问于 2021-09-20 18:38:53
回答 1查看 204关注 0票数 1
代码语言:javascript
复制
Warning in install.packages :
  installation of package ‘googledrive’ had non-zero exit status
ERROR: dependencies ‘curl’, ‘gargle’, ‘googledrive’, ‘httr’, ‘ids’ are not available for package ‘googlesheets4’
* removing ‘/home/lanewhitten/R/x86_64-redhat-linux-gnu-library/4.0/googlesheets4’
Warning in install.packages :
  installation of package ‘googlesheets4’ had non-zero exit status
ERROR: dependencies ‘googledrive’, ‘googlesheets4’, ‘httr’, ‘rvest’ are not available for package ‘tidyverse’
* removing ‘/home/lanewhitten/R/x86_64-redhat-linux-gnu-library/4.0/tidyverse’
Warning in install.packages :
  installation of package ‘tidyverse’ had non-zero exit status

The downloaded source packages are in
    ‘/tmp/RtmpxCRrL7/downloaded_packages’

这就是我的错误消息的尾部。我已经使用sudo dnf install curl在fedora上安装了curl,我完全不知道如何解决这个问题,切换操作系统或运行虚拟机对我来说都不是一个选择。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-09-25 18:09:39

需要安装错误消息中未指定的开发包

代码语言:javascript
复制
sudo dnf install libcurl-devel
sudo dnf install openssl-devel 

then do install.packages("tidyverse")
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69259359

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档