Dropbox/data/partially-connected-autoencoders/paper/npj_Systems_Biology_and_Applications/rebuttal/PCAEtutorial/R/installing.rcasc.R

installing.rcasc <-
function(){
  test <- system("docker -v", intern = TRUE)
  if (length(test)==0){
	    cat("\nERROR: Docker seems not to be installed in your system\n")
	    return(FALSE)
	  }else{
	    cat(paste("\n In your system the following version of Docker is installed:\n",test,sep=""))
	    return(TRUE)
	  }
  
  require(devtools)
	install_github("kendomaniac/rCASC", ref="master")
}
kendomaniac/embl120215 documentation built on Aug. 23, 2020, 7:39 a.m.