[问题] 无法加载dplyr

楼主: timmyer (热血羽球)   2021-02-07 20:51:33
[问题类型]:
程式咨询
[软件熟悉度]:
新手
[问题叙述]:
在安装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)
[关键字]:
作者: andrew43 (讨厌有好心推文后删文者)   2021-02-07 22:22:00
除非有特别需要,不然砍掉重练。R和rtools都更新到最新版。若使用者名称有中文也请按置底文处理。
楼主: timmyer (热血羽球)   2021-02-09 12:22:00
谢谢A大~会再试试!
作者: rebe212296 (绿豆冰)   2021-02-11 16:09:00
昏倒,你没加双引号。
作者: intotherain (我不是洨母>"<)   2021-02-13 15:24:00
library不用加吧 install要加

Links booklink

Contact Us: admin [ a t ] ucptt.com