VariantAnnotation installation error in R package
1
0
Entering edit mode
7.8 years ago
MAPK ★ 2.1k

I have been trying to install VariantAnnotation in R, but keep getting the following installation errors: Can someone please suggest me how to fix these issues.

>  biocLite("VariantAnnotation")  Warning message: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :  
 installation of package ‘VariantAnnotation’ had non-zero exit status
>  library("VariantAnnotation") #load the package Error in library("VariantAnnotation") :    ‘VariantAnnotation’ is not a valid
 installed package
r • 4.8k views
ADD COMMENT
2
Entering edit mode
7.8 years ago
Steven Lakin ★ 1.8k

This set of commands worked for me, from the Bioconductor installation page for VariantAnnotation:

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

So if you're getting errors with the install process, it's likely to be something underlying your version of biocLite or your system. If there's a way to get more verbose error output, that would help in debugging the problem.

ADD COMMENT
0
Entering edit mode

kinit user@server was the issue. The directory was not accessible. Thanks anyway!

ADD REPLY

Login before adding your answer.

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