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 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)
Issues can be reported on https://github.com/mariochacano/RAMr/issues.
- Mario Chacano: mchacano@ubiobio.cl