Entering edit mode
I have just downloaded the bioconductor packages using the bioclite R script and wanted to use the library Variant Annotation.
I typed library(VariantAnnotation)
and received the following error messages:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘RCurl’
Error: package or namespace load failed for ‘VariantAnnotation’
Please advise