Skip to content
Advertisement

Tag: rcurl

Failing to install R oligo and RCurl packages on Linux CentOS 7

I am trying to install the Bioconductor oligo R package on my laptop where I have Linux CentOS 7. It cannot be installed through the common Bioconductor installation commands because it says that RCurl was installed for anoter Rversion and needs to be reinstalled. I tried to install it through the command: install.packages(“RCurl”) but unfortunately it did not work. Here’s

R packages: RCurl and curl packages install failure on Linux

I hope you can help with this issue I have come across whilst installing RCurl and curl packages for R. Answer That looks like that you have different versions of libcurl. One approch could be the following one (for your console): Then you can use ldd libcurl.so to find all dependencies and shared libraries to this. Perhaps you can find

Advertisement