The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
src/dag.cpp): All
graph operations (node/edge add/remove, topological ordering,
reachability queries) run at C++ speed via Rcpp, eliminating R object
overhead for dependency resolution.pip_* API: Functional API
replacing the R6 Pipeline class — pip_new(),
pip_add(), pip_run(),
pip_replace(), pip_clone(),
pip_bind(), pip_view(),
pip_tag()/pip_untag(), etc.auto/split/reduce/plain):
Native support for map-reduce style workflows where steps split output
into named partitions and downstream steps auto-map over them.pip_add(), pip_replace(), and
pip_remove() fail fast on broken references.vignettes/articles/v07-vs-targets.Rmd) with an 18-row
feature comparison table and benchmarks.pipe_* functions and Pipeline R6
class are deprecated (preserved as aliases in R/aliases.R,
R/pipelineR6.R).pip_collect_out() no longer accepts
grouped or by parameters. It returns a flat
named list of step outputs. Use pip_view() with tags and
manual list composition for grouped output.group column has been removed from the pipeline
data.table. Steps previously using group = "..." in
pip_add() should use tags = "...".pip_* API.vignettes/v04-collect-output.Rmd to demonstrate
tag-based grouping via pip_view() composition.pip_* API,
aliases, execution modes, and recursive runs.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.