reda
R package reda by wenjie2wang — release notes from GitHub.
A mature recurrent-event toolkit in careful maintenance, shedding weight rather than adding surface.
◆Recent moves
- 11mo ago
ggplot2 and grDevices demoted to Suggests
ggplot2 and grDevices drop from hard dependencies to Suggests, since only plot() methods need them. Standard CRAN weight-trimming that leaves the modelling surface untouched.
View source ↗ - 1y ago
Test example and documentation typo fixes
A test example correction and a documentation typo. Nothing here reaches the user's model code.
View source ↗ - 4y ago
simEvent() gains a user-supplied rate bound
simEvent() gains rhoMax, letting users supply an upper bound on the rate function when the internal heuristic cannot find one. A small but real escape hatch for simulation cases that previously just failed.
View source ↗ - 5y ago
summary() method completes the Recur object
A summary() method and a time_class slot complete the Recur() object introduced at 0.5.0, alongside fixes to empty MCF estimates and index slots. This is the release that made the post-Survr API usable in practice.
View source ↗ - 5y ago
Derivatives sourced from splines2's deriv method
Derivatives now come from splines2's deriv method instead of attribute extraction. An internal swap onto the maintainer's sibling package, invisible at the call site.
View source ↗ - 6y ago
MCF estimates can now skip variance computation
A variance = "none" option lets users compute sample MCF estimates without the variance calculation. Useful where only the point estimate matters and the variance step dominates runtime.
View source ↗