tabular
Render Tables, Listings, and Figures for Clinical Submissions
tabular went from clinical tables to complete TFL output in under two months.
◆Recent moves
- 27d ago
Test-only fix for the CRAN macOS arm64 check
A patch whose own notes state package code is unchanged: a check_latex() test that probes TinyTeX off the PATH now skips on CRAN, where a TinyTeX root can exist without a working TeX behind it. Housekeeping to keep the CRAN check green.
View source ↗ - 1mo ago
Typst backend, check_typst(), and 11-24% faster rendering
Another rendering target rather than another output type: emit() gains a standalone Typst document backend, with check_typst() to audit the compiler and font chain. Alongside it, as_grid() and emit() get 11-24% faster by parsing markup once per distinct string and dropping quadratic row assembly.
View source ↗ - 1mo ago
figure() completes the T, F and L of TFL output
⚡ SPARKThe release that made the package's name honest: figure() renders the F in TFL to every backend, wrapping a ggplot, a base-R plot, a drawing function or an image file in the same submission chrome as a table. Before this, tabular covered two of the three deliverable types a study report needs.
View source ↗ - 2mo ago
First release: clinical table rendering without SAS or Java
⚡ SPARKThe package's first release and CRAN submission candidate, establishing native rendering of pre-summarised clinical tables and listings to five formats from one immutable verb pipeline. Everything since has been widening the output surface and closing gaps between backends.
View source ↗