All,
I’m trying to make use of the Achilles package by calling it from a Java process using Rserve. Unfortunately, I’m running into a blocking issue when Rserve tries to load the SqlRender dependency of Achilles. I get this error when R tries to load SqlRender:
Invalid memory access of location 0x110 rip=0x7fff8fd201e6
If I invoke ‘library(Achilles)’ or even just ‘library(SqlRender)’ in isolation from within an R session on the terminal, everything loads without a hitch.
Any suggestions or help would be appriciated!
Thanks!
David