← Back to home
Comparison · Analytics

poissonreg vs rlistings

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

poissonreg vs rlistings: at a glance

Featurepoissonregrlistings
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themestidymodels, count-regression, glmnet, r-languageclinical-trials, listings, pagination, r-package
Last editorial update3h ago59m ago
WebsiteVisit →Visit →

What is poissonreg?

poissonreg gave its models away to parsnip and kept the glue — now it just keeps glmnet honest.

poissonreg is a tidymodels extension that wires Poisson and zero-inflated count regression into the parsnip interface. Its defining event was giving up ownership: the model definition functions moved into parsnip itself, leaving this package as engine bindings and prediction plumbing. The current dev release is entirely correctness and hygiene work — glmnet predictions now default to mean counts rather than the linear predictor, and single-observation prediction works at last.

Read the full poissonreg trajectory →

What is rlistings?

Clinical listings that keep inheriting their hardest problem — pagination — from the layer below.

rlistings renders clinical-trial subject listings and paginates them for regulatory output, sitting alongside rtables on the shared formatters engine. The releases in this window are dominated by pagination correctness: repeated key columns across pages, splitting by a variable, ordered-factor handling, column gaps, and font metrics. Development is a large rotating contributor set inside the insightsengineering organisation.

Read the full rlistings trajectory →

poissonreg vs rlistings: editorial side-by-side

P
poissonreg
ANALYTICS
0.0

poissonreg gave its models away to parsnip and kept the glue — now it just keeps glmnet honest.

◆ Current state

poissonreg is a tidymodels extension that wires Poisson and zero-inflated count regression into the parsnip interface. Its defining event was giving up ownership: the model definition functions moved into parsnip itself, leaving this package as engine bindings and prediction plumbing. The current dev release is entirely correctness and hygiene work — glmnet predictions now default to mean counts rather than the linear predictor, and single-observation prediction works at last.

◆ Where it's heading

Release cadence has collapsed from yearly to a four-year gap between 1.0.1 and the current development version, and the content has shifted from features to deduplication against parsnip — copied helper functions replaced by the upstream originals, obsolete generic registrations removed, tests migrated to the shared extension-package pattern. This is what a stabilized tidymodels satellite looks like: the interface lives upstream, and the package's job is to not drift from it.

◆ Prediction

The dev version's accumulated fixes point to a CRAN release of 1.0.2 as the next move, with content limited to the glmnet prediction corrections rather than any new engine or model type.

R
rlistings
ANALYTICS
0.0

Clinical listings that keep inheriting their hardest problem — pagination — from the layer below.

◆ Current state

rlistings renders clinical-trial subject listings and paginates them for regulatory output, sitting alongside rtables on the shared formatters engine. The releases in this window are dominated by pagination correctness: repeated key columns across pages, splitting by a variable, ordered-factor handling, column gaps, and font metrics. Development is a large rotating contributor set inside the insightsengineering organisation.

◆ Where it's heading

The package is progressively delegating pagination to formatters rather than implementing it — paginate_listing() was refactored to call formatters' paginate_to_mpfs() directly, and truetype font support arrived through a new formatters API. That reduces duplicated logic but ties the package's page-break behaviour to a dependency it shares with rtables. Feature work beyond pagination is thin: better error messages for unsupported column classes, a cheatsheet.

◆ Prediction

Expect pagination fidelity to remain the focus, with changes arriving as formatters exposes more of its layout machinery rather than as rlistings-native features.

Alternatives to poissonreg and rlistings

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 poissonreg or rlistings.

See all poissonreg alternatives → · See all rlistings alternatives →

Recent activity from poissonreg and rlistings

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

  1. 3mo agopoissonregglmnet predictions now default to mean counts
  2. 1y agorlistingsError and message handling for difftime and zero-row listings
  3. 1y agorlistingsTrueType font support and col_gap in pagination
  4. 2y agorlistingssplit_into_pages_by_var() and pagination moved onto formatters
  5. 3y agopoissonregDocumentation regenerated for valid HTML5
  6. 4y agopoissonregCase weight support tracks parsnip 1.0.0
  7. 4y agopoissonregModel definitions move out of poissonreg into parsnip
  8. 4y agopoissonregglm becomes the default engine; tidy() for hurdle models
  9. 5y agopoissonregFirst release, with a glmnet column-order safeguard

Frequently asked questions

What is the difference between poissonreg and rlistings?

They serve adjacent needs but don't currently overlap on shipped themes. poissonreg and rlistings 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 poissonreg better than rlistings?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. poissonreg and rlistings 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 Analytics products to evaluate alongside.

What are the best alternatives to poissonreg?

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

What are the best alternatives to rlistings?

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