https://github.com/louisaslett/reliabilitytheory
ReliabilityTheory R package: Tools for structural reliability analysis
https://github.com/louisaslett/reliabilitytheory
r reliability-engineering
Last synced: about 1 year ago
JSON representation
ReliabilityTheory R package: Tools for structural reliability analysis
- Host: GitHub
- URL: https://github.com/louisaslett/reliabilitytheory
- Owner: louisaslett
- License: gpl-2.0
- Created: 2015-10-07T14:51:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T13:31:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T23:41:44.095Z (about 1 year ago)
- Topics: r, reliability-engineering
- Language: R
- Homepage:
- Size: 1.88 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReliabilityTheory 
[](https://www.repostatus.org/#active)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://cran.r-project.org/package=ReliabilityTheory)
[](https://cran.r-project.org/package=ReliabilityTheory)
[](https://louisaslett.r-universe.dev/ReliabilityTheory)
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:
* submit suggestions and bug-reports at:
* compose an e-mail to:
## Install stable release
You can install the latest release directly from [CRAN](https://cran.r-project.org/package=ReliabilityTheory) as follows:
```r
install.packages("ReliabilityTheory")
```
## Install development version
You can install the latest version from [R-universe](https://louisaslett.r-universe.dev/ReliabilityTheory) as follows:
```r
install.packages("ReliabilityTheory", repos = c("https://louisaslett.r-universe.dev", "https://cran.r-project.org"))
```
Alternatively, you can install directly from [GitHub](https://github.com) using the [`{remotes}`](https://cran.r-project.org/package=remotes) package as follows:
```r
install.packages("remotes")
remotes::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.