Package: makepipe 0.2.1
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.
Authors:
makepipe_0.2.1.tar.gz
makepipe_0.2.1.zip(r-4.5)makepipe_0.2.1.zip(r-4.4)makepipe_0.2.1.zip(r-4.3)
makepipe_0.2.1.tgz(r-4.4-any)makepipe_0.2.1.tgz(r-4.3-any)
makepipe_0.2.1.tar.gz(r-4.5-noble)makepipe_0.2.1.tar.gz(r-4.4-noble)
makepipe_0.2.1.tgz(r-4.4-emscripten)makepipe_0.2.1.tgz(r-4.3-emscripten)
makepipe.pdf |makepipe.html✨
makepipe/json (API)
NEWS
# Install 'makepipe' in R: |
install.packages('makepipe', repos = c('https://kinto-b.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kinto-b/makepipe/issues
Last updated 2 years agofrom:f5b8a26b51. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | NOTE | Oct 29 2024 |
R-4.5-linux | NOTE | Oct 29 2024 |
R-4.4-win | NOTE | Oct 29 2024 |
R-4.4-mac | NOTE | Oct 29 2024 |
R-4.3-win | NOTE | Oct 29 2024 |
R-4.3-mac | NOTE | Oct 29 2024 |
Exports:get_pipelineis_pipelinemake_registermake_with_dirmake_with_recipemake_with_roxymake_with_sourceout_of_datePipelinereset_pipelinesave_pipelineSegmentSegmentRecipeSegmentSourceset_pipelineshow_pipeline
Dependencies:AsioHeadersbase64encbrewbslibcachemcallrchromoteclicommonmarkcpp11curldescdigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlaterlifecyclemagrittrmemoisemimenomnomlpkgbuildpkgloadpngprocessxpromisespspurrrR6rappdirsRcpprlangrmarkdownroxygen2rprojrootsassstringistringrtinytexvctrswebshot2websocketwithrxfunxml2yaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Register objects to be returned from 'make_with_source' | make_register |
Create a pipeline using roxygen tags | make_with_dir make_with_roxy |
Make targets out of dependencies using a recipe | make_with_recipe |
Make targets out of dependencies using a source file | make_with_source |
Check if targets are out-of-date vis-a-vis their dependencies | out_of_date |
Access and interface with Pipeline. | get_pipeline is_pipeline pipeline-accessors reset_pipeline set_pipeline |
Visualise the Pipeline. | pipeline-vis save_pipeline show_pipeline |