knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

tables with empty string cells can not be pushed to R #17

Closed niederle closed 9 years ago

niederle commented 10 years ago

The node fails to push them. The problems occurs when it tries to assign a variable to the REXP that contains the table.

niederle commented 10 years ago

It's a problem with REngine: https://www.rforge.net/bugzilla/show_bug.cgi?id=194

If they don't fix it soon, we should revert to old version of REngine/RServe were this was working correctly.

niederle commented 10 years ago

We're currently using a workaround which converts empty strings to missing cells. This should do it until the Rserve people fix the bug.

niederle commented 9 years ago

The issue seems to be solved.