当尝试在 Rstudio 上的 fedora tidyverse 依赖项中安装 tidyverse 时,不会安装

When attempting to install tidyverse in R studio on fedora tidyverse's dependencies wont install

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’

那是我的错误信息的结尾。我已经使用在 fedora 上安装了 curl sudo dnf install curl我完全不知道如何解决这个问题并切换操作系统,或者 运行 虚拟机不适合我。

需要安装错误信息中没有指定的开发包

sudo dnf install libcurl-devel
sudo dnf install openssl-devel 

then do install.packages("tidyverse")