cummeRbund installation error
0
0
Entering edit mode
7.0 years ago
saj98 ▴ 140

Hello every one

I am installed cummeRbund by using the following commands

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("cummeRbund")

As well as I install

sudo apt-get install libcurl4-openssl-dev libxml2-dev

through Linux terminal

When I tried to library cummeRbund, it gave me error (there is no package called cummeRbund)

Does any body have an idea why I am getting his issue ?

Best Shaima

R • 1.7k views
ADD COMMENT
0
Entering edit mode

Did biocLite("cummeRbund") complete successfully?

And just so our bases are covered, are you using a Linux distribution where apt-get install is supported?

ADD REPLY
0
Entering edit mode

Yes, it has done successfully

ADD REPLY
0
Entering edit mode

Take the first output of .libPaths() command inside R. This will be the PATH to a directory. Go to that PATH and check if there is a directory named cummeRbund there. In case not, do a fresh install and post all the messages that biocLite() reports while doing fresh install.

EDIT: In any case, you can do a fresh install and post all the messages reported by biocLite(), then only it is possible to understand if something went wrong

ADD REPLY

Login before adding your answer.

Traffic: 1757 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