R/BCEA-deprecated.R

Defines functions make.report

Documented in make.report

## BCEA-deprecated.R

#' @title Deprecated functions in package \pkg{BCEA}.
#' @description The functions listed below are deprecated and will be defunct in
#'   the near future. When possible, alternative functions with similar
#'   functionality are also mentioned. Help pages for deprecated functions are
#'   available at `help("<function>-deprecated")`.
#' @name BCEA-deprecated
#' @keywords internal
NULL

#' @rdname BCEA-deprecated
make.report <- function(...) {
  .Deprecated(package = "BCEA",
              msg = "'make.report()' is deprecated. Please use 'BCEAweb::make.report()' instead.")
  
  return(invisible(NULL))
}

Try the BCEA package in your browser

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

BCEA documentation built on Nov. 5, 2025, 6:49 p.m.