Skip to content

A toolset for conducting Reliability, Availability, and Maintainability analysis

License

Notifications You must be signed in to change notification settings

mariochacano/RAMr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

A toolset for conducting Reliability, Availability, and Maintainability analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published