Open camilogarciabotero opened 3 years ago
Thanks for the feedback!
What happens if you using RCall
in julia?
Hey @Non-Contradiction thanks for the quick response.
I'm getting this error message:
FATAL ERROR: Symbol "ccalllib_libR.dylib721"not found
signal (6): Abort trap: 6
in expression starting at REPL[3]:1
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 7893462 (Pool: 7889200; Big: 4262); GC: 9
[1] 17104 abort julia
Hi @all,
I was trying to execute a simple Julia command on a Rmarkdown code chunk:
chunk options:
{julia engine.path="usr/local/bin/"}
Then I got the following message:
The Rstudio session was then aborted.
I'm using the following setup:
For
R
:for
Julia
If there is anything else I can communicate, I'll be looking forward to it. Camilo García.
PS: a similar issue was reported previously on Stack Overflow here