TickingClock1992/RIdeogram

Error while installing RIdeogram: shared object colorspace.so not found

Giuseppe1995 opened this issue · 0 comments

Hi!
I am trying to install RIdeogram. First, I typed
library(devtools)
to load devtools package in the workspace, then I tried to install RIdeogam this way:
devtools::install_github('TickingClock1992/RIdeogram').
I get this error:

Error in library.dynam(lib, package, package.lib) :
shared object ‘colorspace.so’ not found

Obviously, I tried to:

  • re-install the package colorspace (with dep=T)
  • remove the package colorspace and install once again

but the outcome did not change, the error was the same.
My R version is 4.2.0, I don't know if it's important.
Thank you for tour time,
Giuseppe