← Back to home
Comparison · Infra & APIs

exametrika vs tidyaudit

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

Shared themes:r-package

exametrika vs tidyaudit: at a glance

Featureexametrikatidyaudit
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themespsychometrics, irt, biclustering, api-consistencydata-quality, provenance, tidyverse, pipeline-auditing
Last editorial update2h ago1h ago
WebsiteVisit →Visit →

What is exametrika?

A test-theory package that grew into a graphical-model toolkit, now spending its releases paying down the API debt that growth created.

exametrika is an R psychometrics package covering IRT, latent class/rank analysis, and biclustering, and it has been shipping features at an unusual clip for a CRAN package. The last two releases stopped adding capability and turned inward: 1.14.0 fixed a documented-but-never-implemented graphical-parameter passthrough, and 1.15.0 landed a full-codebase audit that corrected bugs which silently produced wrong results on missing data and 0-indexed polytomous codes. Argument names, orders, and defaults are now unified across the model functions, with every old name kept working behind a deprecation warning.

Read the full exametrika 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 →

exametrika vs tidyaudit: editorial side-by-side

E
exametrika
INFRA · APIS
0.0

A test-theory package that grew into a graphical-model toolkit, now spending its releases paying down the API debt that growth created.

◆ Current state

exametrika is an R psychometrics package covering IRT, latent class/rank analysis, and biclustering, and it has been shipping features at an unusual clip for a CRAN package. The last two releases stopped adding capability and turned inward: 1.14.0 fixed a documented-but-never-implemented graphical-parameter passthrough, and 1.15.0 landed a full-codebase audit that corrected bugs which silently produced wrong results on missing data and 0-indexed polytomous codes. Argument names, orders, and defaults are now unified across the model functions, with every old name kept working behind a deprecation warning.

◆ Where it's heading

The arc runs from feature sprawl to consolidation. Through 1.9.0-1.13.0 the package added polytomous biclustering plots, nominal and ordinal IRM samplers, a C++ Gibbs core, and Graphical Lasso; the cost was inconsistent interfaces and correctness bugs that only surfaced under audit. The maintainer is also visibly optimizing for two external gatekeepers — CRAN's 10-minute check budget in 1.13.1, an R Journal reviewer in 1.14.0 — which suggests the package is being groomed for formal publication rather than just iterated on.

◆ Prediction

Expect the next release to continue the deprecation cleanup started in 1.15.0, likely retiring some of the old function names that have carried warnings since 1.7.0, with new modelling work paused until the R Journal submission clears.

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

See all exametrika alternatives → · See all tidyaudit alternatives →

Recent activity from exametrika and tidyaudit

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

  1. 1mo agoexametrikaFull-codebase audit fixes silent result corruption, unifies arguments
  2. 2mo agoexametrikaPlot methods finally forward the graphical parameters they documented
  3. 3mo agoexametrikaCRAN resubmission: slow tests skipped to fit the check budget
  4. 3mo agoexametrikaGraphical Lasso and Chatterjee's xi extend the package into network estimation
  5. 3mo agotidyauditFactor auditing fixed against a stricter R-devel
  6. 3mo agoexametrikaFrozen research baseline, never released to CRAN
  7. 4mo agotidyauditTrails export to standalone HTML and machine-readable formats
  8. 5mo agoexametrikaNominal and ordinal IRM samplers, with generic dispatch by data type
  9. 5mo agotidyauditFirst release: pipeline audit trails for tidyverse

Frequently asked questions

What is the difference between exametrika and tidyaudit?

Both compete on the same themes — r-package — within Infra & APIs. exametrika 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 exametrika better than tidyaudit?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. exametrika 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 exametrika?

Top exametrika alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "exametrika alternatives" section above for the current picks, or visit /alternatives/exametrika 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.