You can still try to install RServe anyway the Renviron is just an additional help. Or you would have to install R in a folder and tell it specifically where the library is.
Renviron by default sits in the home directory.
Next possibility would be to compile a R version on a different machine and copy it
Surrender is not an option. Could you share your KNIME settings regarding R? And could you maybe share the log file. So I understand you now have the latest version of RServe 1.8.3 running. The rest should be simple …
A good part of analytics is not to give up and try to get to the point by small changes.
Then in the KNIME folder you should have the knime.log file. Maybe you delete it first, then start KNIME again and try to run your workflow and then send us the file.
Then you could use this workflow to check some R settings (I might extend that further):
OK I think I know what is going on. You have two R versions on your system. The ‘integrated’ one (32 Bit deep within KNIME) and your local one (the one you should use).
Glad it worked out in the end Sometimes KNIME and R (not to mention Python) can be somewhat tricky but the reward is you gain an ocean of new possibilities.
I suppose Default Value need to be changed in order to extract tables from all the documents I put in a specific directory: till now I didn’t get anything nor inserting the path of the directory, nor adding to it *.docx nor ?.docx
Have I to manage the flow variables? Or need I to change something in the R code in the R Source (Table) node? Perhaps iterating all the script?
I hope this will be the last difficult about this workflow…!