← Back to home
Comparison · Infra & APIs

legendry vs tidyaudit

A side-by-side editorial comparison of legendry and tidyaudit — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:r-package

legendry vs tidyaudit: at a glance

Featurelegendrytidyaudit
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesggplot2, data-visualization, axes-and-legends, r-packagedata-quality, provenance, tidyverse, pipeline-auditing
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is legendry?

A ggplot2 extension quietly turning axes and legends into a place where other plots can live.

legendry extends ggplot2's guide system, letting axes and legends be composed from primitives and keys rather than accepted as given. The most recent release added guides for user-defined keys, upset matrices, arbitrary symbol placement, freeform annotations, and side-plots attached to an axis, plus a run-length-encoded range key and subtitles on custom axes. Between feature releases the package ships small patches, several of them tracking ggplot2's own changes.

Read the full legendry trajectory →

What is tidyaudit?

Pipeline provenance for tidyverse workflows, recording what changed at each step without keeping the data.

tidyaudit records lightweight metadata snapshots as data flows through a pipeline — row and column counts, NA counts, and structured diffs between any two points — without storing the data itself. Taps are operation-aware, so join, filter, and anti-join steps each report what that operation specifically did, and validation helpers cover join integrity, primary keys, and variable relationships. The trail can now be exported as a self-contained interactive HTML diagram or serialized to JSON or RDS.

Read the full tidyaudit trajectory →

legendry vs tidyaudit: editorial side-by-side

L
legendry
INFRA · APIS
0.0

A ggplot2 extension quietly turning axes and legends into a place where other plots can live.

◆ Current state

legendry extends ggplot2's guide system, letting axes and legends be composed from primitives and keys rather than accepted as given. The most recent release added guides for user-defined keys, upset matrices, arbitrary symbol placement, freeform annotations, and side-plots attached to an axis, plus a run-length-encoded range key and subtitles on custom axes. Between feature releases the package ships small patches, several of them tracking ggplot2's own changes.

◆ Where it's heading

The direction is toward treating a guide as a rendering slot rather than a label strip. Dendrogram scales arrived in 0.2.0 with a matching axis guide; the newest release adds side-plots and upset symbol matrices to the same position. Each of these puts real graphical content where an axis used to be, and each one ships with a key function so the composition stays user-controllable. Note that this feed's order is unreliable: 0.2.1 was published eight months after 0.2.4 and minutes before 0.3.0, so neither version numbers nor timestamps indicate release order here.

◆ Prediction

The pattern of pairing each new guide with a matching key function is consistent enough that the next feature release will likely follow it again; the recurring forwards-compatibility patches also suggest another ggplot2-tracking release whenever upstream moves.

T
tidyaudit
INFRA · APIS
0.0

Pipeline provenance for tidyverse workflows, recording what changed at each step without keeping the data.

◆ Current state

tidyaudit records lightweight metadata snapshots as data flows through a pipeline — row and column counts, NA counts, and structured diffs between any two points — without storing the data itself. Taps are operation-aware, so join, filter, and anti-join steps each report what that operation specifically did, and validation helpers cover join integrity, primary keys, and variable relationships. The trail can now be exported as a self-contained interactive HTML diagram or serialized to JSON or RDS.

◆ Where it's heading

The arc is from inspection to artifact. The first release made the trail something you print and read; 0.2.0 made it something you can hand to someone else or feed to another program, with the HTML export deliberately requiring no server and no Shiny. Reporting has been refined in the same direction, with a tabular changes block showing from-and-to values with row, column, and NA deltas. The remaining work in the window is defensive — a factor-handling path rebuilt because R-devel tightened what as.data.frame.table() accepts in row names.

◆ Prediction

With serialization and a standalone export in place, the natural next step is making trails comparable across runs rather than only across steps within one, though nothing in the entries commits to it yet.

Alternatives to legendry and tidyaudit

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 legendry or tidyaudit.

See all legendry alternatives → · See all tidyaudit alternatives →

Recent activity from legendry and tidyaudit

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 3mo agolegendryFive new guides, including side-plots and upset matrices on axes
  2. 3mo agolegendryPatch release: guide placement, sizing and gizmo key fixes
  3. 3mo agotidyauditFactor auditing fixed against a stricter R-devel
  4. 4mo agotidyauditTrails export to standalone HTML and machine-readable formats
  5. 5mo agotidyauditFirst release: pipeline audit trails for tidyverse
  6. 11mo agolegendryCRAN fix for undeclared S7 imports
  7. 11mo agolegendryColourbar sizing fix; sandwich guides gain label suppression
  8. 1y agolegendryForwards-compatibility patch for an upcoming ggplot2 release
  9. 1y agolegendryDendrogram scales and axis guide, plus a circle size guide

Frequently asked questions

What is the difference between legendry and tidyaudit?

Both compete on the same themes — r-package — within Infra & APIs. legendry and tidyaudit are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is legendry better than tidyaudit?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. legendry and tidyaudit are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to legendry?

Top legendry alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "legendry alternatives" section above for the current picks, or visit /alternatives/legendry for the full list with editorial commentary on each.

What are the best alternatives to tidyaudit?

Top tidyaudit alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "tidyaudit alternatives" section above for the current picks, or visit /alternatives/tidyaudit for the full list with editorial commentary on each.