[R] Using R and JuliaCall is not reliable without assigning R environment variables before starting R
Ivan Krylov
|kry|ov @end|ng |rom d|@root@org
Mon Oct 27 10:42:51 CET 2025
В Sun, 26 Oct 2025 16:06:08 -0700
Robert Dorazio <rmdorazio using gmail.com> пишет:
> FYI: I am using Julia 1.12.1, R 4.5.1, and Ubuntu 24.04.
Thank you for specifying the operating system version that you're using!
You're probably suffering from the conflict between shared libraries
bundled by Julia and the ones provided by your operating system:
https://github.com/JuliaInterop/JuliaCall/issues/238#issuecomment-2620093298
...which had a workaround merged a few hours ago:
https://github.com/JuliaInterop/JuliaCall/pull/265
Try installing the latest version of JuliaCall from GitHub. Due to the
conflict between the ways R and Julia are built and distributed, there
may be other incompatibilities as well.
--
Best regards,
Ivan
More information about the R-help
mailing list