简体   繁体   English

尝试在 R 中安装 dplyr

[英]Trying to install dplyr in R

I am trying to install "dplyr" and it starts then stops and does not move after this point.我正在尝试安装“dplyr”,它开始然后停止并且在此之后不再移动。

> install.packages("dplyr")
Installing package into ‘\\nwlondon.local/userdata/NWL_MyDocs/vijhar/My Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
also installing the dependencies ‘BH’, ‘plogr’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/BH_1.65.0-1.zip'
Content type 'application/zip' length 17006683 bytes (16.2 MB)
downloaded 16.2 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/plogr_0.1-1.zip'
Content type 'application/zip' length 17919 bytes (17 KB)
downloaded 17 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/dplyr_0.7.4.zip'
Content type 'application/zip' length 2885543 bytes (2.8 MB)
downloaded 2.8 MB

In case if anyone is having this issue, best way is to follow this link .如果有人遇到此问题,最好的方法是点击此链接 I installed tidyverse (took about 15-20 mins)and then installed dplyr (Took about 8-10 mins).我安装了tidyverse (大约需要 15-20 分钟),然后安装了dplyr (大约需要 8-10 分钟)。

The BH package is very large (see the answer to my similar question here ). BH包非常大(请参阅此处我的类似问题的回答)。 Can you make sure you do not install packages to a network drive and give the installation a night to run?您能否确保不将软件包安装到网络驱动器并让安装运行一个晚上? That was what helped in my case.这对我的情况有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM