Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 672 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 672 Bytes

Introduction to the {targets} R package

The {targets} package is a Make-like pipeline tool for statistics and data science in R. With {targets}, you can maintain a reproducible workflow without repeating yourself. {targets} skips costly runtime for tasks that are already up to date, orchestrates the necessary computation with implicit parallel computing, and abstracts files as R objects. An up-to-date {targets} pipeline is tangible evidence that the output aligns with the code and data, which substantiates trust in the results. This presentation explains the purpose of {targets}, how to get started, and the major features.