[問題] 無法載入dplyr

看板R_Language作者時間3年前 (2021/02/07 20:51), 編輯推噓3(302)
留言5則, 4人參與, 3年前最新討論串1/1
[問題類型]: 程式諮詢 [軟體熟悉度]: 新手 [問題敘述]: 在安裝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 currently installed. Please download and install the appropriate version of Rtools before 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_compilation cli 1.0.0 2.3.0 FALSE rlang 0.2.0 0.4.10 TRUE pillar 1.2.1 1.4.7 FALSE Binaries will be installed Packages 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 KB package ‘rlang’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\R\tmp\Rtmp0SpFzE\downloaded_packages installing 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 loading Error : 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' 已有 狀態 1 Warning 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 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/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' 已有狀態 1 Warning in install.packages : installation of package ‘lifecycle’ had non-zero exit status ERROR: dependencies 'cli', 'ellipsis', 'lifecycle', 'vctrs' are not available for 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' 已 有狀態 1 Warning 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) [關鍵字]: -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 180.176.238.69 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1612702307.A.1D6.html

02/07 22:22, 3年前 , 1F
除非有特別需要,不然砍掉重練。R和rtools都更新到最新
02/07 22:22, 1F

02/07 22:22, 3年前 , 2F
版。若使用者名稱有中文也請按置底文處理。
02/07 22:22, 2F

02/09 12:22, 3年前 , 3F
謝謝A大~會再試試!
02/09 12:22, 3F

02/11 16:09, 3年前 , 4F
昏倒,你沒加雙引號。
02/11 16:09, 4F

02/13 15:24, 3年前 , 5F
library不用加吧 install要加
02/13 15:24, 5F
文章代碼(AID): #1W7-9Z7M (R_Language)
文章代碼(AID): #1W7-9Z7M (R_Language)