TLF-Library
R package TLF-Library by Open-Systems-Pharmacology — release notes from GitHub.
The Open Systems Pharmacology plotting layer spent 2025 absorbing a ggplot2 major break.
◆Recent moves
- 9mo ago
Watermark positioning decoupled from plot scales
Two small rendering fixes — watermark position no longer depends on scales, and log ticks are handled more safely. Maintenance on a library that has settled into its shape.
View source ↗ - 11mo ago
Hot fixes for ggplot2 v4.0.0 breaking changes
A one-line release that matters more than its length: ggplot2's v4.0.0 broke the library and this restored it. For a wrapper this close to its upstream, keeping pace with a major ggplot2 release is the maintenance burden that defines the package.
View source ↗ - 11mo ago
LLOQ annotation and axis cropping split from data filtering
The stable 1.6.0 release carrying the LLOQ and axis-limits work that the 1.5.x development builds had already introduced. Its own contribution is the promotion and the renamed arguments becoming the supported API rather than new capability.
View source ↗ - 1y ago
Dev build introducing LLOQ plots and the xAxisLimits rename
The build where the LLOQ annotation and the axis-limits rework actually landed, per its changelog range back to 1.5.125. Renaming xLimits to xAxisLimits while adding xValuesLimits draws a distinction the old API blurred: cropping the axis while keeping all data, versus filtering the data the plot is built from.
View source ↗ - 1y ago
Error-bar cap fixes atop a restated feature list
The body restates the LLOQ and axis-limits list already delivered in the neighbouring development build, so its own delta is the error-bar cap fixes. Sizing caps only when error bars are drawn is a rendering correction, not new capability.
View source ↗ - 1y ago
Dual-axis plots stop tripping cowplot
An internal fix to dual-axis handling with the release note stating there is no visible difference in the figures. Documentation and test snapshots updated alongside.
View source ↗