Cronicle
The job scheduler's release stream is now almost entirely vulnerability patching and authorization hardening.
A side-by-side editorial comparison of packrat and rush — release velocity, themes, recent moves, and the top alternatives to consider.
R's old dependency manager now runs on a vendored copy of its own successor.
packrat was R's project dependency manager before renv replaced it, and its recent releases describe a package in careful retirement. It vendors renv internally and uses it for dependency detection and authenticated downloads, so several release notes amount to updating that bundled copy. The remaining work is repository plumbing: recognising Bioconductor packages that now carry a Repository field, handling CRAN-like, Nexus and older Artifactory archive layouts, and renaming downloads from r-universe that do not follow the expected filename pattern.
Rush spent 2026 making distributed task ownership correct, starting with a breaking 1.0.
rush is the Redis-backed distributed computing backend behind mlr3's parallel tuning: workers pull tasks, push results and are tracked through heartbeats. Since 1.0.0 in March 2026 it has shipped five releases in four months, almost all correcting how tasks and workers are owned and identified under failure. The most recent lets each worker start in its own mirai call so it can spawn local daemons.
packrat was R's project dependency manager before renv replaced it, and its recent releases describe a package in careful retirement. It vendors renv internally and uses it for dependency detection and authenticated downloads, so several release notes amount to updating that bundled copy. The remaining work is repository plumbing: recognising Bioconductor packages that now carry a Repository field, handling CRAN-like, Nexus and older Artifactory archive layouts, and renaming downloads from r-universe that do not follow the expected filename pattern.
Development here is about keeping existing projects restorable rather than making packrat a better choice for new ones. Nearly every entry is a fix for an environment that changed underneath it — a repository layout, a service's authentication scheme, a distribution's URL format. The vendoring of renv is the clearest statement of direction: the successor's logic is doing the work, wrapped in the old interface.
Expect further releases only when package repositories change shape or the vendored renv needs refreshing, at roughly the two-year cadence the recent history shows. Nothing suggests new capability, and the practical migration path remains renv itself.
rush is the Redis-backed distributed computing backend behind mlr3's parallel tuning: workers pull tasks, push results and are tracked through heartbeats. Since 1.0.0 in March 2026 it has shipped five releases in four months, almost all correcting how tasks and workers are owned and identified under failure. The most recent lets each worker start in its own mirai call so it can spawn local daemons.
The through-line is moving responsibility from the controller to the worker. 1.0.0 rewrote the task lifecycle and dropped the seed mechanism; 1.2.0 moved fail_tasks(), finish_tasks(), pop_task() and push_running_tasks() from Rush onto RushWorker so only the worker that ran a task can mark it done, and gave worker ids random suffixes so they cannot collide. 1.1.0 had already removed phantom failed tasks when a worker crashes between evaluations.
With ownership and identity settled, the remaining pressure points are heartbeat and lost-worker detection; expect the next releases to tighten failure recovery rather than add API surface.
Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either packrat or rush.
The job scheduler's release stream is now almost entirely vulnerability patching and authorization hardening.
Helm runs two release trains in lockstep while v3 walks toward end-of-life.
The R package-quality checker returns from CRAN limbo with checks you can select by category.
Quarto's editor extension is quietly becoming Positron-first while keeping VS Code parity.
Ten releases in six days, methodically porting Quarto's surface into a Rust binary.
The metadata cache under pak now speaks to authenticated and corporate repositories.
See all packrat alternatives → · See all rush alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. rush is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. rush is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.
Top packrat alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "packrat alternatives" section above for the current picks, or visit /alternatives/packrat for the full list with editorial commentary on each.
Top rush alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "rush alternatives" section above for the current picks, or visit /alternatives/rush for the full list with editorial commentary on each.