makepipe: Pipeline Tools Inspired by 'GNU Make'

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.

Version: 0.2.1
Imports: cli, nomnoml, R6, utils, roxygen2
Suggests: knitr, covr, testthat (≥ 3.0.0), withr, rmarkdown, webshot, visNetwork
Published: 2022-12-07
Author: Kinto Behr [aut, cre, cph]
Maintainer: Kinto Behr <kinto.behr at gmail.com>
BugReports: https://github.com/kinto-b/makepipe/issues
License: GPL (≥ 3)
URL: https://kinto-b.github.io/makepipe/, https://github.com/kinto-b/makepipe
NeedsCompilation: no
Materials: README NEWS
In views: ReproducibleResearch
CRAN checks: makepipe results

Documentation:

Reference manual: makepipe.pdf
Vignettes: Introduction to makepipe

Downloads:

Package source: makepipe_0.2.1.tar.gz
Windows binaries: r-devel: makepipe_0.2.1.zip, r-release: makepipe_0.2.1.zip, r-oldrel: makepipe_0.2.1.zip
macOS binaries: r-release (arm64): makepipe_0.2.1.tgz, r-oldrel (arm64): makepipe_0.2.1.tgz, r-release (x86_64): makepipe_0.2.1.tgz
Old sources: makepipe archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=makepipe to link to this page.