Re: Using R and JuliaCall is not reliable without assigning R environment variables before starting R
Ivan Krylov via R-help <[email protected]>
| Newsgroups | gmane.comp.lang.r.general |
|---|---|
| Message-ID | <20251027124251.6a3de6db@arachnoid> |
В Sun, 26 Oct 2025 16:06:08 -0700 Robert Dorazio <[email protected]> пишет: > 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