R/deprecated.R

Defines functions autoplot.tidycuminc

Documented in autoplot.tidycuminc

#' Deprecated
#'
#' @description
#' **DEPRECATED** functions.
#'
#' @param ... not used
#' @keywords internal
#'
#' @name deprecated
#' @return Misc.
#'
#' @examples
#' # DO NOT USE DEPRECATED FUNCTIONS
NULL

#' @rdname deprecated
#' @export
autoplot.tidycuminc <- function(...) {
  # function was deprecated on 2022-09-17
  cli::cli_abort(c("!" = "The {.code autoplot.tidycuminc()} function is deprecated.",
                   "i" = "Use {.code ggsurvfit::ggcuminc()} instead."))
}

Try the tidycmprsk package in your browser

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

tidycmprsk documentation built on Sept. 11, 2024, 7:24 p.m.