Unable to install a Bioconductor package to local directory
1
0
Entering edit mode
tagirdzh • 0
@tagirdzh-15769
Last seen 6.0 years ago

Hi, I am trying to install Biostrings package. The problem is that I am working on a server where I don't have sudo privileges, so I install all packages into my directory. Fist, when I followed the installation instructions, I got this message

source("http://bioconductor.org/biocLite.R")

use 'source("https://bioconductor.org/biocLite.R")' or

  'source("http://bioconductor.org/biocLite.R")' to update

  'BiocInstaller' after library("utils")

bioClite()

Error in bioClite() : could not find function "bioClite"

When, I tried to specify my local utils library, and got this error:

library(utils,lib.loc='/local/path')

source("http://bioconductor.org/biocLite.R")

Installing package into ‘/usr/local/lib/R/site-library’

(as ‘lib’ is unspecified)

Warning in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) :

  'lib = "/usr/local/lib/R/site-library"' is not writable

Error in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) : 

  unable to install packages

 

I tried to specify 'lib', but the source function doesn't take this argument.

Is there a way to install Bioconductor to my folder?

Thanks!

Gulnara

error biocinstaller • 1.6k views
ADD COMMENT
3
Entering edit mode
@james-w-macdonald-5106
Last seen 13 hours ago
United States

You can use .libPaths  (note that this function has a prepended period) to create a library path that is writeable, and then when you source biocLite it should install there.

ADD COMMENT
0
Entering edit mode

This worked. Thanks!

ADD REPLY

Login before adding your answer.

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