tidytlg
A tables-listings-graphs package that reached CRAN and then went quiet.
A side-by-side editorial comparison of lang and rlistings — release velocity, themes, recent moves, and the top alternatives to consider.
R help pages translated on demand by whichever LLM you point it at.
lang translates R help documentation at read time using a language model of the user's choosing, rendering the result directly in the RStudio or Positron help pane rather than producing translated files. The two releases since launch have both targeted translation quality rather than reach: 0.1.1 added a context_size argument that summarizes the full help page and injects it into every field's prompt so terminology stays consistent across sections, and rewrote Rd parsing around a structured intermediate representation instead of regex. Version 0.1.2 then made that context conditional, omitting it for inputs of ten words or fewer.
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.
lang translates R help documentation at read time using a language model of the user's choosing, rendering the result directly in the RStudio or Positron help pane rather than producing translated files. The two releases since launch have both targeted translation quality rather than reach: 0.1.1 added a context_size argument that summarizes the full help page and injects it into every field's prompt so terminology stays consistent across sections, and rewrote Rd parsing around a structured intermediate representation instead of regex. Version 0.1.2 then made that context conditional, omitting it for inputs of ten words or fewer.
The work is converging on the failure modes specific to running documentation translation through a model rather than a translation service. The Rd rewrite through rd_to_list() and list_to_rd() removes a class of formatting corruption that regex manipulation invited. The context-window tuning addresses the opposite problem — a local model handed a context summary longer than the field it is translating paraphrases the context instead. Both fixes are about making small, weaker, locally hosted models behave, which suggests that is the deployment the package expects.
Given that both post-launch releases tune prompt construction for local models, expect further per-field prompt heuristics rather than new output targets.
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.
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.
Expect pagination fidelity to remain the focus, with changes arriving as formatters exposes more of its layout machinery rather than as rlistings-native features.
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 lang or rlistings.
A tables-listings-graphs package that reached CRAN and then went quiet.
Tplyr made clinical summary tables explain where every number came from.
A cache-directory helper that has shipped nothing but CRAN-triggered patches for seven years.
gigs redesigned its whole conversion API for rOpenSci, then spent three releases getting the docs to build.
A weather-data client that keeps rewriting its HTTP layer while slowly tightening its API.
datasetjson rebuilt its object model to track the CDISC Dataset-JSON 1.1 schema.
See all lang alternatives → · See all rlistings alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
Both compete on the same themes — r-package — within Analytics. lang 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.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. lang 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.
Top lang alternatives in Analytics are ranked by recent ship velocity. Browse the "lang alternatives" section above for the current picks, or visit /alternatives/lang for the full list with editorial commentary on each.
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.