How to install ShotgunFunctionalizeR
0
1
Entering edit mode
6.8 years ago

Hi everyone,

Is there anyone know how to install ShotgunFunctionalizeR? I installed the previous version of R programming but was not able to get bioconductor as R does not recognize both https and http for URL. Then I tried to install ShotgunFunctionalizeR manually by getting all dependencies and I stuck in getting package 'parallel' because it is not available in older version of R. Anyone know how to solve this?

Thanks in advance!

R RNA-Seq • 1.8k views
ADD COMMENT
0
Entering edit mode

I installed the previous version of R programming but was not able to get bioconductor as R does not recognize both https and http for URL

What is your version of R and what is the exact error message when you do

source("http://bioconductor.org/biocLite.R")
biocLite()
ADD REPLY
0
Entering edit mode

My version is 2.12 now. Not able to install bioconductor which shotgunfunctionalizer leans on.

source("http://bioconductor.org/biocLite.R") A new version of Bioconductor is available after installing the most recent version of R; see http://bioconductor.org/install Warning in value[3L] : https: failed (cannot open the connection), trying http BioC_mirror = http://bioconductor.org Change using chooseBioCmirror(). Warning message: In file(file, "r", encoding = encoding) : unsupported URL scheme

ADD REPLY
0
Entering edit mode

Try with http:// protocol instead of https:// ?

ADD REPLY
0
Entering edit mode

I actually used "http://". That's why I so confused.

ADD REPLY

Login before adding your answer.

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