Hello:
I'm trying to run this code

data2 <- sqldf (" SELECT plot, age,  avg(N) as N FROM data1 GROUP BY plot,
t")

The problem is that when calling sqldf with
>require(sqldf)

appears this message

Warning message:
In sqliteCloseConnection(conn, ...) :
  RS-DBI driver warning: (closing pending result sets before closing this
connection)

If try again

>require(sqldf)

the message does not appear, but when trying the code afterwards, I get a
new message

Error in sqliteFetch(rs, n = -1, ...) :
  RSQLite driver: (RS_SQLite_fetch: failed: Domain error)

I have a new Windows 8.1

Do I need any other installations o packages or something else?
The code was working in older Windows XP and Linux

Thanks

-- 
**************************************************************************************
Juan Daniel García Villabrille, Ingeniero de Montes, colegiado nº 5.319
627 188 682
e-mail: juandaniel...@gmail.com
**************************************************************************************
Cuando imprima este correo, no olvide reciclarlo. Porque el papel es el
soporte natural, renovable y reciclable de lo más humano: la palabra.

##-- AVISO --##
La información a incluir en este e-mail es CONFIDENCIAL, siendo de uso
exclusivo del destinatario arriba mencionado. Si usted lee este mensaje y
no es el destinatario indicado, le informamos que está totalmente prohibida
cualquier utilización, divulgación, distribución y/o reproducción de esta
comunicación sin autorización expresa en virtud de la legislación vigente.
Si ha recibido este mensaje por error, le rogamos nos lo notifique
inmediatamente por esta misma vía y proceda a su eliminación.

        [[alternative HTML version deleted]]

______________________________________________
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