Jack Dunn

Results 8 comments of Jack Dunn

For reference, there is a similar problem for 1.6 with JuliaCall in R on macOS: https://github.com/Non-Contradiction/JuliaCall/issues/164 So it seems to be a bug in Julia, the issue is being tracked...

Thanks for the quick response! That moves the error one step forward to `isfile("*")` in `validate_libR` ``` ┌ Error: Error building `RCall`: │ ERROR: LoadError: IOError: stat: invalid argument (EINVAL)...

Thanks for the quick response! Unfortunately it didn't quite work: ``` > JuliaCall::julia_setup() ############################################################################################################################################################# 100.0%############################################################################################################################################################# 100.0% /Applications/Julia-1.4.0.app/Contents/Resources/julia/bin/julia: No such file or directory Error in system2(file.path(.julia$bin_dir, "julia"), shQuote(command), : error in...

Thanks, it seems to work! I was just thinking and I wonder if another solution could be to write an extra line to the output stream before the real data,...

I looked a bit more into it, and it seems like the real issue is that JuliaCall should not be calling `jl_atexit_hook` in the case where the R session is...

The lines at the very top of the trace seem to indicate that Julia is calling back into your R 4.2 install rather than 4.3 during the `__init__` of RCall.jl...

Looks like the same issue as here FWIW: https://github.com/JuliaLang/julia/issues/49864

> As of right now yes. There is nothing in the sysimage that contains the information needed to download the artifacts. As you mentioned, it should be possible to create...