I tried installing the sqldf package using the following code:
install.packages("sqldf")
However, I get the following error.
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
Is there a way to fix this?
The session info -
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