XRJulia
XRJulia copied to clipboard
XR-style Interface to Julia (from "Extending R")
The system() calls from JuliaXR resulted in error messages on my Win10 machine due to syntax issues in cmd with double quotes. Thus I revised to JuliaCMD function (besides some...
Hello, I assume the package is not adjusted yet to the new Julia release? Tried on Mac: `> library(XRJulia) > findJulia() [1] "/usr/local/bin/julia" > findJulia(test = TRUE) ERROR: MethodError: no...
As expected, calling a julia function within a parallel loop (using e.g. `foreach` and` %dopar%`) results in errors as the threads collide. Intuitively, it seems like there should be a...
Hi, I noticed a strange problem when playing with long arrays and passing them from R to Julia. When creating arrays of length `
XRJulia 0.7.7, on Windows 10, with successful findJulia, with a user account name that has a space: > juliaEval("1+1") ERROR: could not open file C:\Users\Alan Stacktrace: [1] include_from_node1(::String) at .\loading.jl:576...
Hello - I'm having a problem where my jobs using XRJulia crash when I submit them to my compute farm (even though they execute fine interactively). Log from 1 example...
Hi, I found that once the matrix size is even moderately large, the XRJulia will give error: ``` library("XRJulia") ev
Hi, This seems to round the inputs. ```R library(XRJulia) Sys.setenv(JULIA_BIN = "/home/celrod/Documents/julia-static-llvm/usr/bin/julia", LD_LIBRARY_PATH="/usr/local/lib64"); findJulia() id % sourceCpp(code = .) #requires c++11 brutish_tup(500, pi) ## [1] 355 113 system.time(exact pi |>...
I am testing calibration in R of a model in Julia. It works, but having to use juliaGet() for each model call makes it extremely slow. Is there a faster...
This looks like a great package and I am excited to try it. I would like to suggest in your install instructions to mention that you need to install Julia...