Skip to content

Issue loading and executing own function.R with JRI, any ideas?

1 message · nikson

#
Hey,

how did you manage to load and call your own function with JRI?

I managed to execute the build-in R functions with JRI, but when I call
r.eval("load(path-to-file)") or r.eval("source(path-to-file)"), but my java
program terminates :(

Thanks for your help!