贊助廠商

娛樂城推薦

首頁

電腦與網際網路/其他:電腦列表

R_Language- 無法載入dplyr

[問題類型]:程式諮詢[軟體熟悉度]:新手[問題敘述]:在安裝dplyr套件後,載入遇到問題。我解讀為沒有pillar套件所以想要安裝但是無法安裝。由於是非常新手,無法看出R錯誤指示要怎麼處理。懇請各位R前輩協助[程式範例]:> library(dplyr)Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck =vI[[j]]) : there is no package called ‘pillar’錯誤: package or namespace load failed for ‘dplyr’> install.packages("pillar")WARNING: Rtools is required to build R packages but is not currentlyinstalled. Please download and install the appropriate version of Rtoolsbefore proceeding:https://cran.rstudio.com/bin/windows/Rtools/Installing package into ‘C:/R/library’(as ‘lib’ is unspecified)also installing the dependencies ‘cli’, ‘ellipsis’, ‘lifecycle’, ‘rlang’, ‘vctrs’ There are binary versions available but the source versions are later: binary source needs_compilationcli 1.0.0 2.3.0 FALSErlang 0.2.0 0.4.10 TRUEpillar 1.2.1 1.4.7 FALSE Binaries will be installedPackages which are only available in source form, and may need compilation of C/C++/Fortran: ‘ellipsis’ ‘vctrs’ These will not be installed嘗試 URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/rlang_0.2.0.zip'Content type 'application/zip' length 754726 bytes (737 KB)downloaded 737 KBpackage ‘rlang’ successfully unpacked and MD5 sums checkedThe downloaded binary packages are in C:\R\tmp\Rtmp0SpFzE\downloaded_packagesinstalling the source packages ‘cli’, ‘lifecycle’, ‘pillar’嘗試 URL 'https://cran.rstudio.com/src/contrib/cli_2.3.0.tar.gz'Content type 'application/x-gzip' length 134000 bytes (130 KB)downloaded 130 KB嘗試 URL 'https://cran.rstudio.com/src/contrib/lifecycle_0.2.0.tar.gz'Content type 'application/x-gzip' length 164455 bytes (160 KB)downloaded 160 KB嘗試 URL 'https://cran.rstudio.com/src/contrib/pillar_1.4.7.tar.gz'Content type 'application/x-gzip' length 113345 bytes (110 KB)downloaded 110 KB* installing *source* package 'cli' ...** package 'cli' successfully unpacked and MD5 sums checked** R** inst** preparing package for lazy loadingError : object 'glue_collapse' is not exported by 'namespace:glue'ERROR: lazy loading failed for package 'cli'* removing 'C:/R/library/cli'Warning in install.packages : 執行中命令 '"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" CMD INSTALL -l"C:\R\library" C:\R\tmp\Rtmp0SpFzE/downloaded_packages/cli_2.3.0.tar.gz' 已有狀態 1Warning in install.packages : installation of package ‘cli’ had non-zero exit status* installing *source* package 'lifecycle' ...** package 'lifecycle' successfully unpacked and MD5 sums checked** R** inst** preparing package for lazy loadingError in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace 'rlang' 0.2.0 is being loaded, but >= 0.4.0 is requiredERROR: lazy loading failed for package 'lifecycle'* removing 'C:/R/library/lifecycle'Warning in install.packages : 執行中命令 '"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" CMD INSTALL -l"C:\R\library"C:\R\tmp\Rtmp0SpFzE/downloaded_packages/lifecycle_0.2.0.tar.gz' 已有狀態 1Warning in install.packages : installation of package ‘lifecycle’ had non-zero exit statusERROR: dependencies 'cli', 'ellipsis', 'lifecycle', 'vctrs' are not availablefor package 'pillar'* removing 'C:/R/library/pillar'Warning in install.packages : 執行中命令 '"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" CMD INSTALL -l"C:\R\library" C:\R\tmp\Rtmp0SpFzE/downloaded_packages/pillar_1.4.7.tar.gz' 已有狀態 1Warning in install.packages : installation of package ‘pillar’ had non-zero exit status[環境敘述]:R version 3.3.3 (2017-03-06)Platform: x86_64-w64-mingw32/x64 (64-bit)Running under: Windows 10 x64 (build 19042)[關鍵字]:--
  • 發問日期:2021-06-04 07:40:15

友站連結