KNIME Server & R Snippet/Packages install

Hi @RolandBurger,
thanks for your fast reply! I work together with @Kassiani_Tsouvala on the issue.

We are able to load R ‘within KNIME’ but we are not allowed to install any new packages. That’s why we tried to point KNIME to a separate R version on our system (as described here).

We also tried to install the packages on a new defined folder
install.packages(“ggplot2”, lib="/tmp/Rpackages/")),
it worked, but when we load them via
library(ggplot2, lib.loc="/tmp/Rpackages/")
we get the following error:

image

Thank you in advance :slight_smile:

1 Like