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 |
DOI: |
10.32614/CRAN.package.makepipe |
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:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=makepipe
to link to this page.