error when installing ArrayQualityMetrics
0
1
Entering edit mode
robertkrams ▴ 10
@robertkrams-13871
Last seen 6.6 years ago

 

 

Dear All, 

I am receiving the following error after installing ArrayQualityMetrics

onLoad failed in loadNamespace() for 'Cairo', details:
  call: dyn.load(file, DLLpath = DLLpath, ...)
  error: unable to load shared object '/Users/rkrams/Library/R/3.4/library/Cairo/libs/Cairo.so':
  dlopen(/Users/rkrams/Library/R/3.4/library/Cairo/libs/Cairo.so, 6): Library not loaded: /opt/X11/lib/libfreetype.6.dylib
  Referenced from: /Users/rkrams/Library/R/3.4/library/Cairo/libs/Cairo.so
  Reason: image not found

Could anyone advice me what to do.

Rob

software error • 869 views
ADD COMMENT
0
Entering edit mode

It looks in the end like an error with the installation of the Cairo package. Try removing it an installing agin, then installing ArrayQualityMetrics

remove.packages("Cairo")         # repeat until R says there's no more Cairo to remove
biocLite("Cairo")
biocLite("ArrayQualityMetrics")  # only if Cairo installs without error

 

ADD REPLY

Login before adding your answer.

Traffic: 634 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6