Package: makepipe
Title: Pipeline Tools Inspired by 'GNU Make'
Version: 0.2.2
Authors@R: 
    person(given = "Kinto",
           family = "Behr",
           role = c("aut", "cre", "cph"),
           email = "kinto.behr@gmail.com")
Description: 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.
License: GPL (>= 3)
URL: https://kinto-b.github.io/makepipe/,
        https://github.com/kinto-b/makepipe
BugReports: https://github.com/kinto-b/makepipe/issues
Imports: cli, nomnoml, R6, utils, roxygen2
Suggests: knitr, covr, testthat (>= 3.0.0), withr, rmarkdown, webshot2,
        visNetwork,
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-05 16:50:57 UTC; kinto
Author: Kinto Behr [aut, cre, cph]
Maintainer: Kinto Behr <kinto.behr@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-07 10:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 11:15:12 UTC; unix
