Ross ROSS = Recommend OSS · open-source software intelligence for agents

ropensci/drake

An R-focused pipeline toolkit for reproducibility and high-performance computing observed · 2026-08-28

github.com/ropensci/drake · homepage · R · GPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
ropensci/drakemain23

For agents

markdown · JSON · MCP: product_card(name="ropensci/drake")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem