贊助廠商

娛樂城推薦

首頁

刊登資訊

  • 刊登者:匿名
  • 時間:2021-06-04 07:40:15

尚未解答R_Language- 無法載入dplyr

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 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)

[關鍵字]:

--

0個答案 R_Language- 無法載入dplyr

其他問題

友站連結