targets-package: targets: Dynamic Function-Oriented Make-Like Declarative...

targets-packageR Documentation

targets: Dynamic Function-Oriented Make-Like Declarative Pipelines for R

Description

A pipeline toolkit for Statistics and data science in R, the targets package brings function-oriented programming to Make-like declarative pipelines. targets orchestrates a pipeline as a graph of dependencies, skips steps that are already up to date, runs the necessary computations with optional parallel workers, abstracts files as R objects, and provides tangible evidence that the results are reproducible given the underlying code and data. The methodology in this package borrows from GNU Make (2015, ISBN:978-9881443519) and drake (2018, \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.21105/joss.00550")}).

See Also

Other help: tar_reprex(), use_targets(), use_targets_rmd()


wlandau/targets documentation built on April 16, 2024, 9:55 a.m.