never heard of that …
Glad it works. R and KNIME is sometimes a little bit complicated because you need to have RServe working and the latest version of that needs to be compiled. I can provide you with some links about that.
Install R
There are two basic possibilities to use R with KNIME
you have a R version on your computer and you point KNIME to it (“KNIME Interactive R Statistics Integration”)
KNIME provides you with an ‘integrated’ R package that sits somewhere deep in the KNIME folders (“KNIME R Statistics Integration (Windows Binaries)”)
I would advise to use the first option. So first to proper install R (and maybe RStudio to have an easier handling) and then point KNIME to it. There are further R integrations but t…
RServe compilation
I mean the up to three KNIME extensions about R as mentioned before. I would deinstall them an install them again. Maybe first only using the “R Scripting extension”
[image]
From my experience the most important thing is to update RServe to the latest version (1.8-6). You will have to compile the package yourself (depending on your platform) since there is no binary version ready for download (yet).
http://www.rforge.net/Rserve/files/
[image]
Download the .tar file and use it to install …