"Error in contrib.url(repos, type) : trying to use CRAN without setting a mirror" Error when installing package
1
0
Entering edit mode
7.0 years ago
AB ▴ 360

Hi.

I am trying to install a package a few packages from the source for R shiny-server,

sudo su - -c "R -e \"source('https://s3-us-west-2.amazonaws.com/10x.files/supp/cell-exp/rkit-install-1.1.0.R')\""

but the command is giving me an error

 Error in contrib.url(repos, type) : 
trying to use CRAN without setting a mirror
Calls: source ... eval -> eval -> install.packages -> grep -> contrib.url
Execution halted

How do i fix this ?

R shiny-server • 36k views
ADD COMMENT
0
Entering edit mode

This is the relevant issue.

trying to use CRAN without setting a mirror

http://stackoverflow.com/questions/11488174/how-to-select-a-cran-mirror-in-r

ADD REPLY
0
Entering edit mode
7.0 years ago
AB ▴ 360

Used this instead and it worked

sudo su - -c "R -e \"install.packages('http://s3-us-west-2.amazonaws.com/10x.files/code/cellrangerRkit-1.1.0.tar.gz', repos=NULL)\""
ADD COMMENT

Login before adding your answer.

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