R-Server vs. RStudio

When trying to use some of the available R Nodes, I’m asked to configure the R-Server.

I currently do not have R-Server installed on my PC. Can I point to RStudio instead?

If yes, what installation folder should I be pointing to?

Thanks!

Hi @RichardFL -

Yes, you can! In fact, I do this myself. In RStudio, you can go to Tools -> Global Options to find the path to your R home directory.

Then just specify this same path in your KNIME Preferences (Under KNIME -> R)

4 Likes

Hi, I am trying to integrate R into Knime too, but can’t get rid of following error:

C:\Program Files\R\R-3.5.1 contains an invalid R executable!

Some info; Knime 3.7.0, R 3.5.1, Windows 10.

Hi there!

Check this topic. Maybe it can help.

Br,
Ivan

2 Likes

I was just inspired by this question above in bringing together a few entries and remarks about KNIME and R I collected over the years in a separate post - seems we had similar ideas :slight_smile:

3 Likes

HI @rogerwilco,

This error message is confusing and incorrect, it is changed in 3.7.1 which will be released soon. It is most likely telling you that the Rserve package is missing in your R installation.
Following the excellent post by @mlauber71 should get you started.

best,
Gabriel

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.