首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在RStudio中安装软件包-下载后被阻止

无法在RStudio中安装软件包-下载后被阻止
EN

Stack Overflow用户
提问于 2018-06-08 14:24:51
回答 1查看 593关注 0票数 0

我正尝试在RStudio中安装包"sqldf“,但它在下载了几个包后阻塞。

代码语言:javascript
复制
R version 3.5.0 (2018-04-23)


> install.packages("sqldf")
Installing package into ‘C:/Users/sperga/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
also installing the dependencies ‘BH’, ‘plogr’, ‘gsubfn’, ‘proto’, ‘RSQLite’, ‘DBI’, ‘chron’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/BH_1.66.0-1.zip'
Content type 'application/zip' length 17880019 bytes (17.1 MB)
downloaded 17.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/plogr_0.2.0.zip'
Content type 'application/zip' length 18718 bytes (18 KB)
downloaded 18 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/gsubfn_0.7.zip'
Content type 'application/zip' length 357663 bytes (349 KB)
downloaded 349 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/proto_1.0.0.zip'
Content type 'application/zip' length 471954 bytes (460 KB)
downloaded 460 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/RSQLite_2.1.1.zip'
Content type 'application/zip' length 2154846 bytes (2.1 MB)
downloaded 2.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/DBI_1.0.0.zip'
Content type 'application/zip' length 887210 bytes (866 KB)
downloaded 866 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/chron_2.3-52.zip'
Content type 'application/zip' length 198130 bytes (193 KB)
downloaded 193 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/sqldf_0.4-11.zip'
Content type 'application/zip' length 78155 bytes (76 KB)
downloaded 76 KB

我也试着摆脱了起重机,但它不工作。

非常感谢!

EN

回答 1

Stack Overflow用户

发布于 2018-09-12 01:30:43

我遇到了确切的问题,但我加载了RGui,以管理员身份运行它,为我键入安装命令(install.packages("ez") ),然后让它运行。大约10分钟后,它就结束了。可能是你等待的时间不够长。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50754560

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档