JuliaInterop / JuliaCall

Embed Julia in R
https://non-contradiction.github.io/JuliaCall/index.html
Other
267 stars 36 forks source link

add custom sysimage while calling julia setup #140

Closed dgrominski closed 3 years ago

dgrominski commented 4 years ago

The PR adds an additional parameter relative_sysimage_path to julia_call. with a standard value "default". In standard case jl_init is called then in Rccp binding. Otherwise jl_init_with_image is called.

Non-Contradiction commented 3 years ago

Looks good to me! And I also try to incorporate the workaround in #143 into this PR. Thank you very much!