CMD + K

r-targets

Community

As a pipeline toolkit for Statistics and data science in R, the 'targets' package brings together function-oriented programming and 'Make'-like declarative workflows. It analyzes the dependency relationships among the tasks of a workflow, skips steps that are already up to date, runs the necessary computation with optional parallel workers, abstracts files as R objects, and provides tangible evidence that the results match the underlying code and data. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, <doi:10.21105/joss.00550>).

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-targets

Usage Tracking

1.11.4
1.11.3
1.11.1
1.10.1
1.10.0
5 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

As a pipeline toolkit for Statistics and data science in R, the 'targets' package brings together function-oriented programming and 'Make'-like declarative workflows. It analyzes the dependency relationships among the tasks of a workflow, skips steps that are already up to date, runs the necessary computation with optional parallel workers, abstracts files as R objects, and provides tangible evidence that the results match the underlying code and data. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, <doi:10.21105/joss.00550>).

Last Updated

Sep 13, 2025 at 12:22

License

MIT

Total Downloads

174.9K

Version Downloads

1.5K

Supported Platforms

noarch