Skip to content
Prev 7738 / 21307 Next

[Bioc-devel] Challenges with package installation on fresh R

----- Original Message -----
Do you get the same results if you do:

devtools::install_github("vladpetyuk/toypack", build_vignettes=TRUE, dependencies=TRUE)

?

When you pass biocLite() a username/repos argument as you've done, it just delegates all the work to devtools::install_github(). 

If you get the same issue with install_github(), then the issue has nothing to do with Bioconductor and you need to discuss it with the maintainer of devtools. 
If not, then maybe there is an issue with the way we delegate to that command.

Dan