在R中安装基本软件包时遇到问题

时间:2018-04-04 00:44:22

标签: r

我正在尝试在R中安装基本软件包,但遇到了很多麻烦。我已经尝试了几种解决方案,但我无法深入了解它。我添加了dependencies = TRUE,确保我的R已更新,尝试手动安装软件包,但都无济于事。

  

错误信息:还安装依赖项'rlang','utf8','支柱','tibble','testthat','covr'

Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘rlang’ had non-zero exit status”Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘utf8’ had non-zero exit status”Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘covr’ had non-zero exit status”Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘pillar’ had non-zero exit status”Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘testthat’ had non-zero exit status”Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘tibble’ had non-zero exit status”Warning message in install.packages("readr", dependencies = TRUE):
“installation of package ‘readr’ had non-zero exit status”Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
also installing the dependencies ‘utf8’, ‘pillar’, ‘bit’, ‘glue’, ‘purrr’, ‘rlang’, ‘tibble’, ‘bit64’, ‘covr’, ‘dbplyr’, ‘dtplyr’, ‘ggplot2’, ‘Lahman’, ‘microbenchmark’, ‘nycflights13’, ‘RMySQL’, ‘RPostgreSQL’, ‘RSQLite’, ‘testthat’

0 个答案:

没有答案