metaboWorkflows 0.9.0
-
Added a
NEWS.mdfile to track changes to the package. -
A package website is now available at https://jasenfinch.github.io/metaboWorkflows/.
-
The package can now be used to firstly define a workflow and then generate a project template directory that facilitates reproducible analysis powered by the use of
targetspackage,renv, git and docker. -
A choice of workflow data inputs are now available that include file paths and converted data file retrieval from a
groverweb API. -
Workflows can be defined using
defineWorkflow()based the workflow input type and metabolomic technique, also enabling the selection of project template parameters. -
Workflow definitions can be modified which is detailed in the Workflow customisation and extension vignette.
-
Project directories for workflow definitions can be generated using
generateWorkflow(). -
The Introduction vignette has been updated to detail the new package functionality.