Mercurial > repos > lecorguille > xcms_summary
diff xcms_summary.r @ 7:ed8d80fc927c draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
author | lecorguille |
---|---|
date | Mon, 25 Apr 2016 11:15:29 -0400 |
parents | ca7c9a6da2c6 |
children | 27e7da5f6848 |
line wrap: on
line diff
--- a/xcms_summary.r Fri Apr 08 10:40:12 2016 -0400 +++ b/xcms_summary.r Mon Apr 25 11:15:29 2016 -0400 @@ -12,8 +12,9 @@ # ----- PACKAGE ----- -pkgs=c("parallel","BiocGenerics", "Biobase", "Rcpp", "mzR", "tcltk","igraph", "xcms","snow","CAMERA","multtest","batch") +pkgs=c("parallel","BiocGenerics", "Biobase", "Rcpp", "mzR", "igraph", "xcms","CAMERA","batch") for(pkg in pkgs) { + cat(pkg,"\n") suppressPackageStartupMessages( stopifnot( library(pkg, quietly=TRUE, logical.return=TRUE, character.only=TRUE))) }