Closed dgrominski closed 3 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.
Looks good to me! And I also try to incorporate the workaround in #143 into this PR. Thank you very much!
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.