安装 sqldf 包时出错

Error in installing sqldf package

我尝试使用以下代码安装 sqldf 包:

install.packages("sqldf")

但是,我收到以下错误。

Warning in install.packages :
  error 1 in extracting from zip file
Warning in install.packages :
  cannot open compressed file 'RSQLite/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection

有办法解决这个问题吗?

会话信息 -

R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] RODBC_1.3-13

loaded via a namespace (and not attached):
[1] tools_3.2.2

我也有这个问题。此错误与 BH 库有关。 首先更新到 3.4.1 RC,因为 3.4.0 将无法验证 TRUE/FALSE 包。 直接从 de R CRAN Library 下载 BH 库。使用 7.zip 解压并将文件夹复制到 R 文件夹中的库。