R/aa_deprecated.R

Defines functions light_recode plot_counts add_shap

Documented in add_shap light_recode plot_counts

#' DEPRECATED
#'
#' Deprecated in favor of {kernelshap}/{fastshap}.
#'
#' @export
#' @param ... Deprecated
#' @returns Error message.
add_shap <- function(...) {
  stop("Deprecated in favor of {kernelshap} or {fastshap}.")
}

#' DEPRECATED
#'
#' @param ... Any input.
#' @returns Error message.
#' @export
plot_counts <- function(...) {
  stop("'plot_counts()' has been deprecated.")
}

#' DEPRECATED
#'
#' @param ... Any input.
#' @returns Error message.
#' @export
light_recode <- function(...) {
  stop("'light_recode()' is deprecated.")
}
mayer79/flashlight documentation built on Feb. 13, 2024, 1:09 p.m.