Dear all,
in my extension nodes, I have a dependency on the KNIME R nodes. Some time ago I created some sort of converter node that outputs the R workspace generated when running an R model and this is wrapped into an RPortObject. With this node, one could switch to the official KNIME R nodes easily.
I did not consider this problem before, but I introduced a dependency to the R port type from the package org.knime.ext.r.type. Installing my extension nodes requires the KNIME update site to retrieve this dependency. Unfortunately, some users do not have this update site configured or enabled.
First, I tried unsuccessfully to include the KNIME 3.5 update site as an additional repository for my update site in Eclipse.
Secondly I managed to include this dependency as included plugins in my build. Unfortunately, this produces a conflict when the KNIME R nodes are or will be installed.
Do you know how I could configure the KNIME update site to be included in the users KNIME when installing my feature?
Lots of thanks,
Miguel