I have a work flow where i am using R predictor and am calling sqldf statement (after installing and calling the necessary libraries)
library(RSQLite)
library(DBI)
library(RSQLite.extfuns)
library(sqldf)
library(tcltk)
library(pls)
The node was working fine and now its giving me a following error message:
"Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj") :
[tcl] out of stack space (infinite loop?)."
Can some one help me understand what i am doing wrong or if i need to install new packages. I am using knime 2.9.3 verion.
Thanks