tbrf
R package tbrf by mps9506 — release notes from GitHub.
Time-based rolling statistics for water-quality data, finally getting plotting and padding built in.
◆Recent moves
- 0y ago
stat_stepribbon vendored in, plus na.pad on all rolling functions
Brings stat_stepribbon() in from ggalt rather than depending on it, adds the Entero dataset for lognormal examples, and gives every tbr_ rolling function an na.pad argument for short windows. The first release in years that adds rather than repairs.
View source ↗ - 1y ago
gm_mean_ci forwards na.rm and zero.propagate correctly
gm_mean_ci() now actually forwards na.rm and zero.propagate to gm_mean(), with tidyselect compatibility and documentation anchors alongside. An argument-passing correction rather than a change in method.
View source ↗ - 6y ago
Fix internals broken by tibble 3.0.0 subassignment
Repairs internal functions broken by tibble 3.0.0's subassignment changes. Pure upstream compatibility, contributed by pull request.
View source ↗ - 6y ago
Date windows recomputed with intervals and periods
After lubridate redefined year and month durations as 365.25-day units, tbrf switched to date intervals and periods for window calculation. Framed as a bug fix, but it changes how every time window is bounded and therefore what the rolling results are.
View source ↗