Windmill
Windmill is dismantling the paywall between itself and the data stack
A side-by-side editorial comparison of pkgbuild and renv — release velocity, themes, recent moves, and the top alternatives to consider.
A package whose release calendar is written by whoever ships the next Rtools.
pkgbuild is the layer devtools and pak use to run R CMD build and R CMD INSTALL, and most of what it does is know where the compiler is. Six of its last eight releases are about Rtools: supporting Rtools43, 44 and 45, finding installations that did not come from an installer, reading the Windows registry correctly again, and handling aarch64 Windows when the expected environment variable is unset. The feature surface is a handful of Config/build/* DESCRIPTION options for packages with unusual build needs.
renv 1.2 made installs parallel, its biggest performance change in years.
renv provides project-local dependency management for R. The 1.2.0 release rebuilt installation to download and compile concurrently, and the 1.2.x line since has been resolving the correctness problems parallelism exposed — binaries installing ahead of their dependencies, transitive upgrades that were never needed, lockfile paths shifting with the working directory.
pkgbuild is the layer devtools and pak use to run R CMD build and R CMD INSTALL, and most of what it does is know where the compiler is. Six of its last eight releases are about Rtools: supporting Rtools43, 44 and 45, finding installations that did not come from an installer, reading the Windows registry correctly again, and handling aarch64 Windows when the expected environment variable is unset. The feature surface is a handful of Config/build/* DESCRIPTION options for packages with unusual build needs.
This is maintenance defined entirely by other people's release schedules — R minor versions, Rtools versions, and the DESCRIPTION options downstream package authors ask for. The one structural change worth noting is that on R 4.3 and later the package stopped special-casing Windows and now tests for build tools by compiling a small package, the same way it always has on Unix. That is the direction: fewer platform branches, more probing.
Expect the next release to add support for whichever Rtools ships alongside the next R minor version, and expect the Windows registry lookups to keep shrinking as the compile-probe approach proves out.
renv provides project-local dependency management for R. The 1.2.0 release rebuilt installation to download and compile concurrently, and the 1.2.x line since has been resolving the correctness problems parallelism exposed — binaries installing ahead of their dependencies, transitive upgrades that were never needed, lockfile paths shifting with the working directory.
Work is consolidating around two things: making the parallel installer correct under real dependency graphs, and broadening remote support so private and self-hosted sources resolve properly. The most recent release translates self-hosted GitLab remotes into the syntax pkgdepends actually understands.
Expect continued fixes to install ordering and remote resolution rather than another performance overhaul, since the parallel path is new enough to keep surfacing ordering bugs.
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 pkgbuild or renv.
Windmill is dismantling the paywall between itself and the data stack
Resend is wiring itself into every agent runtime it can reach, one standard at a time
vdiffr finished its job in 2021 and has been tracking compilers ever since.
The deployment client is being rebuilt around credentials it never has to store.
DNSControl v5 is feature complete and counting down to an August ship date
highr is finished software: one-line releases every year or two
See all pkgbuild alternatives → · See all renv alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. renv 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. renv 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 pkgbuild alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "pkgbuild alternatives" section above for the current picks, or visit /alternatives/pkgbuild for the full list with editorial commentary on each.
Top renv alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "renv alternatives" section above for the current picks, or visit /alternatives/renv for the full list with editorial commentary on each.