Releases: paulgovan/ReliaPlotR
Releases · paulgovan/ReliaPlotR
Release list
ReliaPlotR 0.7
New features
- New
tidy_wblr()function extracts parameter estimates, goodness-of-fit metrics, and confidence bounds from fittedwblrobjects as tidy data frames. - New
tidy_rga()function extracts fitted cumulative failure counts, confidence bounds, and Crow-AMSAA model coefficients fromrgaobjects. - New
tidy_alt()function extracts per-stress-level parameter estimates and life-stress relationship coefficients from fittedaltobjects. - New
reliapltr_mcp_server()exposes five MCP tools for use with Claude Code and Claude Desktop (requiresmcptoolsandellmer):fit_weibull,fit_alt,plot_weibull,plot_alt, andplot_rga. - New
inst/mcp/server.Rlauncher script for easy MCP server registration. - New vignette "MCP Tools" covers registering the server and using the tools.
- New package logo (hex sticker) in
man/figures/logo.png. - All four vignettes now include a Statistical Background section with equations, parameter interpretation, and references.
- New
inst/REFERENCES.bibwith BibTeX entries for foundational reliability engineering references.
ReliaPlotR 0.6
Minor improvements and bug fixes
plotly_nhpp()now plots the Mean Cumulative Function (MCF) instead of raw cumulative failures.- Fixed confidence bounds rendering order in
plotly_nhpp().
ReliaPlotR 0.5
New features
- New
plotly_alt()function for Accelerated Life Testing (ALT) probability plots, with one line per stress level. - New
plotly_rel()function for ALT life-stress relationship plots. - New
plotly_mcf()function for Mean Cumulative Function (MCF) plots for repairable systems. - New
plotly_nhpp()function for Non-Homogeneous Poisson Process (NHPP) reliability growth plots. - New
plotly_exposure()function for exposure plots. plotly_wblr(),plotly_rga(), andplotly_contour()now accept a list of model objects for overlaying multiple fits on a single plot.- New vignettes on ALT analysis and repairable systems analysis.
Minor improvements and bug fixes
- Various improvements to
plotly_wblr()andplotly_rga(). - Other minor improvements and bug fixes.
ReliaPlotR 0.4.2
Minor improvements
- New confidence bounds option for the Duane plot in
plotly_duane. - Results table is removed from
plotly_wblrto reduce clutter. - Other minor improvements and bug fixes.
ReliaPlotR v0.4.1
Full Changelog: v0.3.1...v0.4.1
ReliaPlotR 0.4
ReliaPlotR 0.4 (formerly WeibullR.plotly)
- The package has been renamed from
WeibullR.plotlytoReliaPlotRto better
reflect its broader focus on reliability engineering topics beyond just Weibull analysis. - Updated DESCRIPTION and documentation to reflect the new package name.
- Other minor improvements and bug fixes.
Full Changelog: v0.3.1...v0.4
WeibullR.plotly 0.3.1
Minor improvements and fixes
- Minor improvements and bug fixes
WeibullR.plotly 0.3
- Now with support for Reliability Growth Analysis via the
plotly_duaneandplotly_rgafunctions. - New vignettes on Weibull Analysis and Reliability Growth Analysis.
- Other minor improvements and bug fixes.
WeibullR.plotly v0.2.0
WeibullR.plotly 0.2
Minor improvements and fixes
plotly_wblrnow has a lognormal plotting canvas.- Both
plotly_wblrandplotly_contourhave more plotting options.
WeibullR.plotly v0.1.4
Maintenance release
- Fix combination plot bug
- Remove plotly messages
- Update docs