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/shapr.
#'
#' @export
#' @param ... Deprecated
#' @returns Error message.
add_shap <- function(...) {
  stop("Deprecated in favor of kernelshap, fastshap, or shapr.")
}

#' 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.")
}

Try the flashlight package in your browser

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

flashlight documentation built on Nov. 5, 2025, 5:34 p.m.