← Back to home
Comparison · Analytics

piecepackr vs rmediation

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

piecepackr vs rmediation: at a glance

Featurepiecepackrrmediation
SectorAnalyticsAnalytics
Velocity score0.03.8
Sparks · 30d01
Top themesboard-games, graphics, r-package, 3d-renderingmediation analysis, numerical integration, correctness, s7 classes
Last editorial update43m ago2h ago
WebsiteVisit →Visit →

What is piecepackr?

A board game graphics package runs one of the most disciplined deprecation cycles in R.

piecepackr renders game pieces — piecepack, chess, dominoes and related systems — as 2D grid graphics, 3D meshes, animations, and print-and-play PDFs. Its interface is mature enough that most releases are about managing change rather than adding capability: features get deprecated with a named replacement, live through a release or two, then get removed on schedule. The current release completes the cycle opened a year earlier, retiring the new_device and style arguments in favour of open_device and the composable font, border, background_color and edge_color set.

Read the full piecepackr trajectory →

What is rmediation?

RMediation shipped a three-normal CDF, then found it was silently wrong.

RMediation is a long-standing CRAN package for confidence intervals on mediated effects, now built on an S7 class hierarchy. Over eight weeks it added ProductNormal3 for serial indirect effects of the form a1*a2*b, folded the engine into the existing pprodnormal naming family, and then replaced that engine outright after finding it returned wrong probabilities without warning. The dev branch is at 1.7.0; CRAN still serves 1.6.1.

Read the full rmediation trajectory →

piecepackr vs rmediation: editorial side-by-side

P
piecepackr
ANALYTICS
0.0

A board game graphics package runs one of the most disciplined deprecation cycles in R.

◆ Current state

piecepackr renders game pieces — piecepack, chess, dominoes and related systems — as 2D grid graphics, 3D meshes, animations, and print-and-play PDFs. Its interface is mature enough that most releases are about managing change rather than adding capability: features get deprecated with a named replacement, live through a release or two, then get removed on schedule. The current release completes the cycle opened a year earlier, retiring the new_device and style arguments in favour of open_device and the composable font, border, background_color and edge_color set.

◆ Where it's heading

Two things dominate the log. The first is that deprecation discipline, unusually explicit for a package this size — every removal names its successor, and deprecations announced in one release are removed in a predictable later one. The second is defensive dependency management: version bumps pinned around bugs introduced upstream in rayrender and rayvertex, a warning class for known-buggy cairo versions with an option to suppress it, and suggested packages required for metadata embedding with clear messages when they are absent. Functionality still arrives — vectorised 3D object export that finally handles composite pieces, new crosshair grobs, a reworked colour palette — but it arrives inside that maintenance rhythm rather than driving it.

◆ Prediction

The features deprecated in this release — the preview_layout component and the 4x6 print-and-play size — are on the established path toward removal in a future version, with the documented ppdf-based replacement already in place.

R
rmediation
ANALYTICS
3.8

RMediation shipped a three-normal CDF, then found it was silently wrong.

◆ Current state

RMediation is a long-standing CRAN package for confidence intervals on mediated effects, now built on an S7 class hierarchy. Over eight weeks it added ProductNormal3 for serial indirect effects of the form a1*a2*b, folded the engine into the existing pprodnormal naming family, and then replaced that engine outright after finding it returned wrong probabilities without warning. The dev branch is at 1.7.0; CRAN still serves 1.6.1.

◆ Where it's heading

The package is moving from a hand-rolled numerical layer to one that checks itself: the new default integrator escalates its node count until successive rules agree, warns when it hits the cap instead of returning a number, and exposes a diagnostics argument for the convergence estimate. The correctness fix went to dev ahead of the CRAN window rather than being held for it, which suggests wrong-answer bugs are treated as release-blocking regardless of cadence. Serial mediation is where the new surface area is concentrated.

◆ Prediction

1.7.0 exists specifically to land before CRAN's 2026-08-21 update window, so the next move is a CRAN submission promoting it to main; whether hcubature survives past that as a cross-check option is the open question.

Alternatives to piecepackr and rmediation

Other Analytics 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 piecepackr or rmediation.

See all piecepackr alternatives → · See all rmediation alternatives →

Recent activity from piecepackr and rmediation

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

  1. 10h agormediationv1.7.0 — pprodnormal3() correctness fix
  2. 1mo agormediationp_prod3() renamed into the pprodnormal family
  3. 1mo agormediationProductNormal3: exact CDF for a product of three normals
  4. 1mo agormediationmedfit reaches CRAN; Remotes pointer dropped
  5. 3mo agopiecepackrYear-old deprecations removed; new crosshair grobs added
  6. 10mo agopiecepackrExamples updated off the deprecated style argument
  7. 1y agopiecepackrSuit colours redrawn and piece styling made composable
  8. 1y agopiecepackr3D export vectorised, and composite pieces stop erroring
  9. 1y agopiecepackrrayrender pinned around an upstream bug
  10. 2y agopiecepackrrayvertex pinned around an upstream mesh bug

Frequently asked questions

What is the difference between piecepackr and rmediation?

They serve adjacent needs but don't currently overlap on shipped themes. rmediation is currently shipping more aggressively (velocity 3.8 vs 0.0), with 1 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.

Is piecepackr better than rmediation?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. rmediation is currently shipping more aggressively (velocity 3.8 vs 0.0), with 1 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to piecepackr?

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

What are the best alternatives to rmediation?

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