Enrico Wegner

Results 2 issues of Enrico Wegner

I am trying to set the number of threads to be used by JuliaCall via the code below: ```r Sys.setenv(JULIA_NUM_THREADS = 2) # Sys.setenv(JULIA_HOME = "/Applications/Julia-1.8.app/Contents/Resources/julia/bin") library(JuliaCall) julia_command("Threads.nthreads()") # On...

I have a package on CRAN that depends on JuliaCall and was recently contacted by CRAN to let me know that they cannot reach the maintainer of JuliaCall anymore. Is...