← Back to all sparks
V

vellumverse

ANALYTICS
Velocity5.0

Easily Install and Load the 'Vellum' Graphics Ecosystem

A meta-package whose entire changelog is a version pin, tracking an ecosystem moving faster than it is.

r-graphicsmeta-packagedependency-managementecosystemversioning
Current state
vellumverse attaches the vellum graphics ecosystem in one library() call, reports which versions loaded, lists the bundled packages and surfaces functions masked across them. It is deliberately dependency-light, having dropped rlang and declared only what the conflict reporter actually uses. Since 0.2.0 every release has been a version pin bump rather than new behaviour of its own.
Where it's heading
The release record is an index of other packages' work: four of the last six entries do nothing but raise the floor on vellum, vellumplot and vellumwidget. The cadence tells the real story, with pins moving roughly weekly and each bump chasing a minor release somewhere downstream, so the meta-package is currently a distribution convenience rather than a component. The one genuinely structural release in the window was 0.2.1, which trimmed the dependency surface to keep an attach-only package cheap to install.
Prediction
Expect the pin bumps to keep pace with the ecosystem's weekly releases rather than any feature of its own, and the pin on vellumplot to move again as the interaction grammar the widget now depends on continues to land. Whether vellumverse ever grows beyond attach-and-report is not visible in these entries.

Recent moves

  1. 14d ago

    Pins raised to vellum 0.6.6, vellumplot 0.9.0, vellumwidget 0.8.0

    A pure pin bump chasing the same-day vellumplot 0.9.0 and vellumwidget 0.8.0 releases. Nothing in vellumverse itself changes; the value is that a user attaching the ecosystem gets the versions those two packages now require of each other.

    View source ↗
  2. 20d ago

    Pins raised to vellumplot 0.8.0 and vellumwidget 0.7.0

    Another pin bump, this one carrying the breaking vellumwidget 0.7.0 that moved interaction into the plot spec. vellum stays put at 0.5.1, which is a useful signal that the churn in this window sat in the grammar and widget layers rather than the engine.

    View source ↗
  3. 27d ago

    Pins raised to vellum 0.5.0, vellumplot 0.6.0, vellumwidget 0.6.0

    A three-package pin bump a week after the previous one, matching the ecosystem's weekly release rhythm. No behaviour of vellumverse's own changes.

    View source ↗
  4. 1mo ago

    Pins raised to vellum 0.4.0, vellumplot 0.5.0, vellumwidget 0.5.0

    The first of the run of pure pin bumps that now makes up most of this package's history. It marks the point where vellumverse settled into tracking rather than adding.

    View source ↗
  5. 1mo ago

    Dependency surface trimmed to keep the meta-package light

    Maintenance: stats declared where the conflict reporter uses it, the unused rlang dependency dropped, and a dead startup argument removed from the conflicts print method. For a package whose job is to be attached, keeping the install cheap is the substance of the release, but nothing here is user-visible.

    View source ↗
  6. 1mo ago

    Adopts vellum's renamed vl_* graphics primitives

    A downstream rename adoption shared across the ecosystem the same day, fixing a grid namespace collision at the engine level. Users see no change beyond needing the matching vellum version.

    View source ↗