added library(RH2)

Still get message:

Loading required package: tcltk
Loading Tcl/Tk interface....
+

directly after sqldf statement 

>   df.final <- sqldf('select Date, Hour, x as RoomsInUse from
> "df.possible.combos"
+     left join "df.aggregate" using (Hour, Date)')

There is no progress spinner. If I hit <enter> I get a ">"

At that point I start to enter any command (just summary, for instance), I
get the progress spinner, the
"try(gsub('\\s+','',paste(capture.output(print(arg(summary))),collapse=")),silent=TRUE)
" message in the bottom ribbon, and the system apparently hangs. 
-- 
View this message in context: 
http://r.789695.n4.nabble.com/sqldf-hanging-on-macintosh-works-on-windows-tp3022193p3022233.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to