Entering edit mode
8.4 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
kinit user@server was the issue. The directory was not accessible. Thanks anyway!