This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error when running Rscript under Ubuntu

Hi,everyone!

I'm new to R and Ubuntu. I was trying to run a Rscript under Ubuntu, and something wrong when I ran the Rscript.

    Error in jpeg(file = paste(outputFolder, "/vsd_normalized.", readType,  :
  X11 module cannot be loaded
In addition: Warning message:
In jpeg(file = paste(outputFolder, "/vsd_normalized.", readType,  :
  unable to load shared object '/home/yangyuan/R-3.5.0/modules//R_X11.so':
  /usr/lib/x86_64-linux-gnu/libcairo.so.2: undefined symbol: FT_Get_Var_Design_Coordinates

I can't find any solutions on the Internet.Is there any idea about these error?How can I solve the problem?

r

It seems you have a problem if your X11 module, maybe you could try reinstalling it via your terminal : sudo apt install xorg ?

I tried, but it still didn't work.

This question may be best posed on StackOverflow, since it does not relate to a bioinformatics error specifically - you may find more help there.

I see. Thanks for your reminder!

0 answers

No answers yet.

Log in to answer this question.