Displaying 2 results from an estimated 2 matches for "katchmalik".
2005 Feb 07
2
RODBC working in Rgui but not Rterm
Hello Users:
I'm using R version 2.0.1, and having problems with RODBC. Everything
works fine when I use Rgui, but when I try to use Rterm and issue the
commands
library(RODBC)
con <- odbcConnect("MySQL", "test")
I get the following error:
Error in sqlQuery(con, str) : first argument is not an open RODBC channel
In addition: Warning messages:
2006 Oct 12
1
debug package in R 2.4.0
Hi.
I recently upgraded to R version 2.4.0, and I have found that the
"debug" package no longer works. In particular, when I try to debug a
function, I get the following error message:
Error in attr(value, "row.names") <- rlabs :
row names must be 'character' or 'integer', not 'double'
I have, of course, taken all the necessary preceding