Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"R-Extension Issue with Package SQLDF and TCL/TK"

davewolfsdavewolfs Member Posts: 1 Learner III
edited June 2019 in Help
SQLDF does not work with RapidMiner and R extensions.

test <- rnorm(500)
sqldf("select * from test")
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj") :
  [tcl] out of stack space (infinite loop?).

Suggestions?
Tagged:
Sign In or Register to comment.