Re: [R] sqldf error only on Unix not Windows

2010-11-01 Thread Gabor Grothendieck
On Mon, Nov 1, 2010 at 9:28 AM, Alex Bryant wrote: > Hello Group, > >                I am having trouble with the sqldf package on unix.  The same > code works fine on windows. > > Silly Example script: > > # Load the package > library(sqldf) > > # Use the titanic data set > > data(women) > colna

[R] sqldf error only on Unix not Windows

2010-11-01 Thread Alex Bryant
Hello Group, I am having trouble with the sqldf package on unix. The same code works fine on windows. Silly Example script: # Load the package library(sqldf) # Use the titanic data set data(women) colnames(women) head(women) sqldf('select height, count(*) from women where he

Re: [R] sqldf error

2008-01-29 Thread Werner Wernersen
I cleaned up the environment and restarted everything and it does work. But I have no idea what it is what is different now. Anyway, it works! Thanks a lot Gabor! Best, Werner > I can't reproduce your error: > > > library(sqldf) > > sqldf("select * from warpbreaks limit 6") > breaks woo

Re: [R] sqldf error

2008-01-29 Thread Gabor Grothendieck
I can't reproduce your error: > library(sqldf) > sqldf("select * from warpbreaks limit 6") breaks wool tension 1 26A L 2 30A L 3 54A L 4 25A L 5 70A L 6 52A L > R.version.string # Vista [1] "R version 2.6.2 a

[R] sqldf error

2008-01-29 Thread Werner Wernersen
Hi, sqldf sounds like a very useful package but I don't even get the example to run: > a1s <- sqldf("select * from warpbreaks limit 6") Error in combine(FUN(...)) : argument "value" is missing, with no default > I am using R 2.6.1 on Windows Vista Business and have updated all packages. S