ReliaGrowR 0.8
New Features
- New
gof()function for computing numerical goodness-of-fit statistics (Cramér-von Mises and Kolmogorov-Smirnov) for fitted RGA models. - New
predict_duane()function for making predictions from Duane models, with confidence bounds andprint/plotS3 methods. - New MCP server integration via
rga_mcp_server(), exposing ReliaGrowR functions as Model Context Protocol tools for AI assistants such as Claude.
ReliaGrowR 0.6
CRAN release: 2026-04-16
New Features
- New
nhpp()function for fitting parametric Non-Homogeneous Poisson Process (NHPP) models (Power Law and Log-Linear) to recurrent event data from repairable systems, including piecewise/segmented support with automatic change point detection. - New
mcf()function for non-parametric Mean Cumulative Function estimation using the Nelson-Aalen estimator. - New
exposure()function for computing system exposure (total operating time at risk) across repairable systems. - New
overlay_rga()andoverlay_nhpp()functions for overlaying multiple model fits on a single plot. - New hex sticker logo for the package.
ReliaGrowR 0.4.0
New Features
- New
sim_failures()function for simulating failures with optional simulation window parameter. - MLE fit method for
rga()function for maximum likelihood estimation. - Enhanced
predict_rga()function for making predictions from RGA models. - Added confidence intervals for Duane model.
- Enhanced
rdt()function withfparameter for failure-allowed reliability demonstration test plans.
Minor improvements and bug fixes
- Fixed legend in rga_predict plot.
- Added WeibullR to package suggests.
- New comprehensive RGF (Reliability Growth Function) vignette with detailed documentation.
- Updated and improved test suite throughout.
- Enhanced package documentation and examples.
- Updated citation information.
- Code styling improvements.
- Other minor improvements and bug fixes.
ReliaGrowR 0.2
CRAN release: 2025-09-21
Breaking Changes
-
duane_plotfunction has been renamed toduanefunction with a separate S3 method for plotting. -
plot_rgafunction has been replaced with a separate S3 method for plotting RGA objects.
ReliaGrowR 0.1.4
CRAN release: 2025-05-16
