The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
W4MRUtils is a R packages provided by W4M to ease galaxy tools writing. It contains some utility functions that will help you in common tasks.
Do the documentation and the referencing of the documentation for:
You can install the development version of W4MRUtils like so:
$ git clone https://github.com/workflow4metabolomics/W4MRUtils
$ cd W4MRUtils
then
$ make install
or
> rmarkdown::render("README.Rmd")
> devtools::document(".")
> roxygen2::roxygenize(".")
> devtools::test(".")
> devtools::install(".", dependencies = FALSE, repos = NULL, type = "source")
or
$ R -q -e "install.packages('W4MRUtils', repos='https://cran.irsn.fr');"
You can uninstall the version of W4MRUtils you installed with:
$ make remove_package
or
> remove.packages("W4MRUtils")
Please follow the guidelines during the redaction of the xml wrapper.
Read the doc in case of problems.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.