R/rt.R

Defines functions rt

Documented in rt

#' Launch the Reliability Testing Tutorial
#'
#' This function launches the Reliability Testing tutorial
#' @importFrom learnr run_tutorial
#' @import WeibullR WeibullR.ALT ReliaGrowR
#' @export
#' @seealso \url{https://paulgovan.github.io/ReliaLearnR/}
#' @return This function does not return a value.
#' @examples
#' if (interactive()) {
#'   rt()
#' }
rt <- function() {
  learnr::run_tutorial("rt", package = "ReliaLearnR")
}

Try the ReliaLearnR package in your browser

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

ReliaLearnR documentation built on May 27, 2026, 5:08 p.m.