Perhaps related to #257, JuliaCall can't be used with R installations configured using rig (an R installation manager). Errors look like the same ones in #259 #256, and the "*.so not found" type hinted at in the README suggesting setting R_LD_LIBRARY_PATH and JULIA_BINDIR.
Even though using rig is "non-standard" according to CRAN, it's a common approach for managing multiple R versions, so it would be great to have this working for these cases.
Perhaps related to #257,
JuliaCallcan't be used with R installations configured usingrig(an R installation manager). Errors look like the same ones in #259 #256, and the "*.so not found" type hinted at in the README suggesting settingR_LD_LIBRARY_PATHandJULIA_BINDIR.Even though using
rigis "non-standard" according to CRAN, it's a common approach for managing multiple R versions, so it would be great to have this working for these cases.