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

SDF columns causes error for R-snippet/-plot #90

Open niederle opened 7 years ago

niederle commented 7 years ago

If the input table for an R snippet or R plot contains an SDF column, it fails to transfer the data to R (most likely because SDF cells are compatible to string and the nodes try to handle their content as strings)