README.md

ReliabilityTheory R package

Project Status: Active - The project has reached a stable, usable state and is being actively developed. license metacran version metacran downloads CRAN check result

The ReliabilityTheory package provides a variety of tools useful for performing structural reliability analysis, such as when using the structure function, system signature or survival signature.

Contact

Please feel free to:

Install

You can install the latest release directly from CRAN.

install.packages("ReliabilityTheory")

Install development version (not recommended)

Installing directly from GitHub is not supported by the install.packages command. You could use the devtools package to install the development version if desired.

install.packages("devtools")
library("devtools")
install_github("louisaslett/ReliabilityTheory")

Under releases, the tree/commit from which CRAN releases were made are recorded, so historic source can be downloaded from there.

Citation

If you use this software, please cite one of the following:

Aslett, L. J. M. (2012), ReliabilityTheory: Tools for structural reliability analysis. R package, www.louisaslett.com

Aslett, L. J. M. (2012), MCMC for Inference on Phase-type and Masked System Lifetime Models, PhD thesis, Trinity College Dublin.

Thank-you.



Try the ReliabilityTheory package in your browser

Any scripts or data that you put into this service are public.

ReliabilityTheory documentation built on May 2, 2019, 5:15 a.m.