错误:依赖项“ broom”,“ dbplyr”,“ modelr”,“ tidyr”不适用于软件包“ tidyverse”

时间:2020-03-19 13:32:34

标签: r

我正在尝试解决有关在项目的Raspberry Pi 3 B + “ finstr” 上安装软件包的问题。对于 finstr 的安装,我必须安装另一个名为“ tidyverse”的软件包。

控制台上的输出:

c_local’, ‘default_missing.data.frame’, ‘default_missing.default’, ‘dim.tbl_cube’, ‘distinct.data.f [... truncated]
* DONE (ggplot2)
ERROR: dependencies ‘broom’, ‘tidyr’ are not available for package ‘modelr’
* removing ‘/root/R/arm-unknown-linux-gnueabihf-library/3.5/modelr’
ERROR: dependencies ‘broom’, ‘dbplyr’, ‘modelr’, ‘tidyr’ are not available for package ‘tidyverse’
* removing ‘/root/R/arm-unknown-linux-gnueabihf-library/3.5/tidyverse’

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


Warning messages:
1: In install.packages("tidyverse") :
  installation of package ‘dbplyr’ had non-zero exit status
2: In install.packages("tidyverse") :
  installation of package ‘tidyr’ had non-zero exit status
3: In install.packages("tidyverse") :
  installation of package ‘broom’ had non-zero exit status
4: In install.packages("tidyverse") :
  installation of package ‘modelr’ had non-zero exit status
5: In install.packages("tidyverse") :
  installation of package ‘tidyverse’ had non-zero exit status
> 

0 个答案:

没有答案