Я надеюсь, что кто-то может помочь. Я наконец убедил нашу ИТ-команду разрешить нам установить R, чтобы мне не приходилось пользоваться моим личным ноутбуком (что вызывает собственные проблемы, поскольку у меня нет доступа к нашей базе данных SQL на этом ...). Теперь, когда они сделали это, я пытался установить tidyverse, используя следующую команду: install.packages("tidyverse", repos=c("http://rstudio.org/_packages", "http://cran.rstudio.com"))
Я получаю эту ошибку:
** package 'lifecycle' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'rlang' 0.2.0 is being loaded, but >= 0.4.0 is required
ERROR: lazy loading failed for package 'lifecycle'
* removing 'C:/R/R-3.3.3/library_user/lifecycle'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/lifecycle_0.1.0.tar.gz' had status 1
Warning in install.packages :
installation of package ‘lifecycle’ had non-zero exit status
* installing *source* package 'broom' ...
** package 'broom' successfully unpacked and MD5 sums checked
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called 'bindrcpp'
ERROR: lazy loading failed for package 'broom'
* removing 'C:/R/R-3.3.3/library_user/broom'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/broom_0.5.4.tar.gz' had status 1
Warning in install.packages :
installation of package ‘broom’ had non-zero exit status
* installing *source* package 'cli' ...
** package 'cli' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Error : object 'glue_collapse' is not exported by 'namespace:glue'
ERROR: lazy loading failed for package 'cli'
* removing 'C:/R/R-3.3.3/library_user/cli'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/cli_2.0.1.tar.gz' had status 1
Warning in install.packages :
installation of package ‘cli’ had non-zero exit status
* installing *source* package 'dbplyr' ...
** package 'dbplyr' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'dplyr' 0.7.4 is being loaded, but >= 0.8.0 is required
ERROR: lazy loading failed for package 'dbplyr'
* removing 'C:/R/R-3.3.3/library_user/dbplyr'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/dbplyr_1.4.2.tar.gz' had status 1
Warning in install.packages :
installation of package ‘dbplyr’ had non-zero exit status
ERROR: dependency 'ellipsis' is not available for package 'forcats'
* removing 'C:/R/R-3.3.3/library_user/forcats'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/forcats_0.4.0.tar.gz' had status 1
Warning in install.packages :
installation of package ‘forcats’ had non-zero exit status
* installing *source* package 'ggplot2' ...
** package 'ggplot2' successfully unpacked and MD5 sums checked
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'rlang' 0.2.0 is being loaded, but >= 0.3.0 is required
ERROR: lazy loading failed for package 'ggplot2'
* removing 'C:/R/R-3.3.3/library_user/ggplot2'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/ggplot2_3.2.1.tar.gz' had status 1
Warning in install.packages :
installation of package ‘ggplot2’ had non-zero exit status
ERROR: dependency 'vctrs' is not available for package 'hms'
* removing 'C:/R/R-3.3.3/library_user/hms'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/hms_0.5.3.tar.gz' had status 1
Warning in install.packages :
installation of package ‘hms’ had non-zero exit status
ERROR: dependency 'hms' is not available for package 'progress'
* removing 'C:/R/R-3.3.3/library_user/progress'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/progress_1.2.2.tar.gz' had status 1
Warning in install.packages :
installation of package ‘progress’ had non-zero exit status
ERROR: dependency 'broom' is not available for package 'modelr'
* removing 'C:/R/R-3.3.3/library_user/modelr'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/modelr_0.1.5.tar.gz' had status 1
Warning in install.packages :
installation of package ‘modelr’ had non-zero exit status
ERROR: dependencies 'cli', 'vctrs' are not available for package 'pillar'
* removing 'C:/R/R-3.3.3/library_user/pillar'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/pillar_1.4.3.tar.gz' had status 1
Warning in install.packages :
installation of package ‘pillar’ had non-zero exit status
ERROR: dependencies 'broom', 'cli', 'dbplyr', 'forcats', 'ggplot2', 'hms', 'modelr', 'pillar' are not available for package 'tidyverse'
* removing 'C:/R/R-3.3.3/library_user/tidyverse'
Warning in install.packages :
running command '"C:/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\R\R-3.3.3\library_user" C:\Users\hilu555\AppData\Local\Temp\Rtmp4o3vxE/downloaded_packages/tidyverse_1.3.0.tar.gz' had status 1
Warning in install.packages :
installation of package ‘tidyverse’ had non-zero exit status```
Could it be because I don't actually have access to C:/?
Thanks for any help