I'm trying to use https://cran.r-project.org/web/packages/littler/vignettes/littler-examples.html#install2r:_With_Cmdline_Parsing to install some packages during which I get the error dependency 'graph' is not available
. It appears that this package is available from Bioconductor project (https://www.bioconductor.org/packages/release/bioc/html/graph.html) but I don't know how to install it using install2.r
.
So, specifically how can I install bioconductor packages using install2.r
?