ge11232002 / TFBSTools

Software Package for Transcription Factor Binding Site (TFBS) Analysis
25 stars 10 forks source link

loading TFBSTools #5

Closed xszomol closed 8 years ago

xszomol commented 8 years ago

I have R version 3.0, I installed TFBSTools 1.9.11 however I am not able to load the library. I get this error:

library(TFBSTools)

Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Library/Frameworks/R.framework/Versions/3.3/Resources/library/DirichletMultinomial/libs/DirichletMultinomial.so': dlopen(/Library/Frameworks/R.framework/Versions/3.3/Resources/library/DirichletMultinomial/libs/DirichletMultinomial.so, 6): Library not loaded: /usr/local/lib/libgsl.0.dylib Referenced from: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/DirichletMultinomial/libs/DirichletMultinomial.so Reason: image not found Error: package or namespace load failed for ‘TFBSTools’

ge11232002 commented 8 years ago

It's the problem of another Biocondutor DirichletMultinomial which TFBSTools depends on. You have DirichletMultinomial successfully installed? Can you do library(DirichletMultinomial)? Do you have gsl C library installed?