Closed mnshgl0110 closed 3 years ago
It seems to be related to this error in the JuliaCall Package: https://discourse.julialang.org/t/loading-setup-script-for-juliacall-in-r-not-working/51285/6 The suggested solution is: Delete the "user/.julia/registries/General/" folder and than run in Julia:
using Pkg; Pkg.add("Suppressor"); Pkg.add("RCall");
using Suppressor; using RCall;
Hi Rafa,
I was able to load RTIGER correctly by installing Gviz manually (see here https://github.com/rfael0cm/RTIGER/issues/1). But, I am getting segmentation fault in setupJulia().