It's not able to install ALDEx2 or pcaMethods. Installing them first: ``` source("https://bioconductor.org/biocLite.R") biocLite("ALDEx2") biocLite("pcaMethods") ``` And then re-running `devtools::install_github("pmartR/pmartRseq")` works.