R from java with no graphics: is it worth moving to JRI
- by LH
I have a system set up that's been happily running R from a java servlet, spawning processed & hooking into the process's stdin, stdout, and stderr streams, as in the second andwer to this question.
After a system upgrade (that included glibc), the input is no longer reaching the R process.*
Until now, 'R --vanilla --slave -f [file] ...'…