install.packages(c("devtools","curl")) ##Installs devtools and the MCPcounter dependancy 'curl' library(devtools) install_github("ebecht/MCPcounter",ref="master", subdir="Source") Examples on how to run the algorithm on your data are shown in the documentation?MCPcounter.estimate ...