Releases: paulgovan/ReliaGrowR
Releases · paulgovan/ReliaGrowR
Release list
ReliaGrowR 0.7
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.
Minor improvements and bug fixes
- New vignette on Reliability Demonstration Test Planning.
- New vignette on MCP server usage.
- Updated and expanded test suite for Duane, GOF, and MCP functions.
- Other minor improvements and bug fixes.
ReliaGrowR 0.6
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.
Minor improvements and bug fixes
- Updated and expanded test suite for NHPP, MCF, and exposure models.
- New vignette on Repairable Systems Analysis (RSA).
- Updated README with new features and logo.
- Other minor improvements and bug fixes.
ReliaGrowR 0.4
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.3.2
Minor improvements and bug Fixes
- More plotting options for RGA and Duane models.
- More printing options for RGA and Duane models.
- New vignette on reliability data management.
- More documentation and examples.
- Other minor improvements and bug fixes.
ReliaGrowR 0.3
Minor improvements and bug Fixes
- More plotting options for RGA and Duane models.
- More printing options for RGA and Duane models.
- New vignette on reliability data management.
- More documentation and examples.
- Other minor improvements and bug fixes.
ReliaGrowR 0.2
- Upcoming release with new features and improvements.
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.
New Features
- New goodness of fit plotting functions for RGA models called
ppplot.rgaandqqplot.rga.
for P-P plots and Q-Q plots respectively. - New
rdtfunction for generating reliability demonstration test plans.
Minor improvements and bug fixes
- More plotting options for RGA and Duane models.
- More documentation and examples.
- Other minor improvements and bug fixes.
ReliaGrowR 0.1.5
Minor Updates and Bug Fixes
- Minor improvements, documentation updates, and bug fixes.
ReliaGrowR 0.1.4
New features
- New custom print methods for RGA and Duane models.
- More plot options for RGA and Duane models.
Minor Updates and Bug Fixes
- Other minor improvements, documentation updates, and bug fixes.
ReliaGrowR 0.1.3
Minor Updates and Bug Fixes
- Model results now include more details for model parameters including standard error, confidence bounds, etc.
- Other minor improvements.
ReliaGrowR 0.1.1
Minor Updates and Bug Fixes
- RGA and Duane model results now include goodness of fit metrics (AIC and BIC).
- Duane model results now include fitted values.
- Other minor improvements