Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 940 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 940 Bytes

A toolset for Reliability, Availability, and Maintainability analysis

RAM, standing for Reliability, Availability, and Maintainability, serves as a toolset for RAM analysis in R. This method is instrumental in accurately estimating a system's production parameters, encompassing factors such as failure modes, frequencies, and their respective consequences.

The package

The stable version of RAMr can be installed from CRAN using:

install.packages("RAMr")

The development version of RAMr can be installed from GitHub (remotes needed):

if (!requireNamespace("remotes", quietly = TRUE))
   install.packages("remotes")
   
remotes::install_github("mariochacano/RAMr")

Finally load the package in your current R session with the following R command:

library(RAMr)

Authors & Contacts

Issues can be reported on https://github.com/mariochacano/RAMr/issues.