JuliaInterop / RCall.jl

Call R from Julia
Other
317 stars 59 forks source link

unable to load shared object '/usr/lib64/R/library/grDevices/libs/grDevices.so' #477

Open Qfl3x opened 1 year ago

Qfl3x commented 1 year ago

I have this error whenever I use any library, when using RCall for the first time it also says that "defaultPackages" aren't installed.

Those files are installed:

julia> isfile("/usr/lib64/R/library/grDevices/libs/grDevices.so")
true

Unlike #427, I'm not using a Cluster.

palday commented 2 months ago

Can you provide the full output of what using RCall shows?