Mercurial > repos > ethevenot > multivariate
comparison multivariate_wrapper.R @ 1:da272496b32d draft
planemo upload for repository https://github.com/workflow4metabolomics/multivariate.git commit dbdc8c3e17ea6ef7139e77cbb6130de949ea2a05
| author | ethevenot |
|---|---|
| date | Sat, 30 Jul 2016 12:31:20 -0400 |
| parents | fafba524dca6 |
| children | fa173e12e185 |
comparison
equal
deleted
inserted
replaced
| 0:fafba524dca6 | 1:da272496b32d |
|---|---|
| 26 ##---------- | 26 ##---------- |
| 27 | 27 |
| 28 suppressMessages(library(ropls)) | 28 suppressMessages(library(ropls)) |
| 29 | 29 |
| 30 if(packageVersion("ropls") < "1.4.0") | 30 if(packageVersion("ropls") < "1.4.0") |
| 31 cat("\nWarning: new version of the 'ropls' package is available\n", sep="") | 31 stop("Please use 'ropls' versions of 1.4.0 and above") |
| 32 | 32 |
| 33 ## constants | 33 ## constants |
| 34 ##---------- | 34 ##---------- |
| 35 | 35 |
| 36 modNamC <- "Multivariate" ## module name | 36 modNamC <- "Multivariate" ## module name |
