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

Error in generic node Convert to R #101

Closed stoeter closed 4 years ago

stoeter commented 4 years ago

Generic nodes dont work:

“ERROR R Plot 2:792 Unable to clone input data at port 1 (existing R workspace): org.rosuda.REngine.REXPGenericVector cannot be cast to org.rosuda.REngine.REXPString”.

See this KNIME forum post: https://forum.knime.com/t/rserve-hangs-with-r-plot-node/16941

niederle commented 4 years ago

The problem is caused by an old RServe-package (version 1.7.x) on R-side. Unfortunately, Rserve package binaries are only available until version 1.7.x. Version 1.8 can be build from source but binaries are not available.