RCall.jl icon indicating copy to clipboard operation
RCall.jl copied to clipboard

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

Open Qfl3x opened this issue 1 year ago • 0 comments

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

  • OS: Linux, SolusOS
  • Julia Version: 1.8.2 Binary
  • R Version: 4.2.2 Distribution Package Manager

Those files are installed:

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

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

Qfl3x avatar Jan 31 '23 08:01 Qfl3x