1

In sqldf_0.4-7.1 I get:

 Error in if (.allows_extensions(db)) { : 
  missing value where TRUE/FALSE needed 

Where is the package that fixes the bug? My error is the same as the one generated by:

sqldf("select * from warpbreaks limit 6")

I downloaded sqldf v0.4-7.1 from CRAN but with newer source does not help some 8 hours later.

Thomas
  • 43,637
  • 12
  • 109
  • 140

1 Answers1

1

Problem is with that sqldf version. Fixed version should be already on the cran so you will need to update your sqldf package.

Download file sqldf_0.4-9.tar.gz and in console run:

R CMD INSTALL sqldf_0.4-9.tar.gz
milos.ai
  • 3,882
  • 7
  • 31
  • 33
  • can't able to install the package through comment prompt in Windows,throwing me an error "INSTALL" is not recognized as internal and external command. – Leeya Feb 27 '15 at 08:39