Pipeline Tools Inspired by 'GNU Make'
Parameters for make-like functions
Register objects to be returned from make_with_source
Create a pipeline using roxygen tags
Make targets out of dependencies using a recipe
Make targets out of dependencies using a source file
Check if targets are out-of-date vis-a-vis their dependencies
Access and interface with Pipeline.
Visualise the Pipeline.
Pipeline visualisations
Segment
Segment
Segment
A suite of tools for transforming an existing workflow into a self-documenting pipeline with very minimal upfront costs. Segments of the pipeline are specified in much the same way a 'Make' rule is, by declaring an executable recipe (which might be an R script), along with the corresponding targets and dependencies. When the entire pipeline is run through, only those recipes that need to be executed will be. Meanwhile, execution metadata is captured behind the scenes for later inspection.
Useful links