Unable to install Bioconductor packages following R upgrade to 3.5.1
1
0
Entering edit mode
AR3513 • 0
@ar3513-11025
Last seen 3.7 years ago

Hello, 

I've recently upgraded my R version to 3.5.1, and I since them I'm having a lot of problems to install bioconductor packages: 

>source("https://bioconductor.org/biocLite.R")
>biocLite()

Installing package into ‘\\icnas1.cc.ic.ac.uk/hrb08/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://bioconductor.org/packages/3.7/bioc/bin/windows/contrib/3.5/BiocInstaller_1.30.0.zip'
Content type 'application/zip' length 102191 bytes (99 KB)
downloaded 99 KB

Error in desc[1L, "Type"] : subscript out of bounds
In addition: Warning message:
In unzip(zipname, exdir = dest) : write error in extracting from zip file

Any help?

Many thanks

Andrea

bioclite bioconductor • 1.4k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 5 days ago
United States

The problem is likely related to the 'UNC' file path \\icnas1.cc.ic.ac.uk/hrb08/R/win-library/3.5 ; solve this by mapping this network drive to a letter, e.g., X: (google for "windows map network drive") and updating the way you start R (e.g., by right-clicking on the R desktop icon) so that it uses the letter version of the path to R.

ADD COMMENT
0
Entering edit mode

Thank you very much for your quick reply. I will try that

ADD REPLY

Login before adding your answer.

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