ropensci/drake
An R-focused pipeline toolkit for reproducibility and high-performance computing observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3481
- days_rel: 637
- days_push: 637
- n_releases_24m: 1
Adoption not part of the score
1342 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
drake is an R package that acts as a Make-like pipeline toolkit for data science workflows, analyzing dependencies, skipping up-to-date steps, and orchestrating the rest with optional parallel/distributed computing. It is officially superseded by the targets package, though it still receives occasional CRAN compatibility releases.
Use cases
- skip already-computed steps in a long R data analysis pipeline
- make my R research results reproducible and traceable to code and data
- run R workflow steps in parallel on an HPC cluster like SLURM
- avoid rerunning an entire analysis when only one script changes
- orchestrate a multi-step data science project with dependencies
- prove my published results match the underlying code and data
When to choose
- you are maintaining or extending an existing drake-based project
- you need a Make-style incremental pipeline in R and cannot migrate yet
When to avoid
- you are starting a new R pipeline project - use the targets successor instead
- you need workflows outside the R ecosystem
- you expect active feature development or new capabilities
Facets
library · maturity maintenance
workflow-automation etl developer-tools data-science developer-tools cli cross-platform r-package pipeline-toolkit make-like high-performance-computing superseded ropensci automation reproducibility r
7 sources
- readme: https://github.com/ropensci/drake · fetched 2026-08-28 · 1c7349171b60
- homepage: https://docs.ropensci.org/drake · fetched 2026-08-29 · 4390ce787e09
- site_page: https://docs.ropensci.org/drake/news/index.html · fetched 2026-08-29 · 291d368c2152
- site_page: https://docs.ropensci.org/drake/authors.html · fetched 2026-08-29 · 7977f2265048
- site_page: https://ropensci.org/about · fetched 2026-08-29 · 21e3e45abb74
- site_page: https://docs.ropensci.org/ · fetched 2026-08-29 · db4231ca5a42
- site_page: https://books.ropensci.org/drake/faq.html · fetched 2026-08-29 · c3abbe1be286
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ropensci/drake | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem