R/Deprecate.R

Defines functions caceSRTBoot caceCRTBoot caceMSTBoot mlmbayes

Documented in caceCRTBoot caceMSTBoot caceSRTBoot mlmbayes

############# Deprecate the function #################

#' Defunct functions in eefAnalytics
#'
#' These functions are marked as defunct and have been removed from eefAnalytics.
#'
#' @name eefAnalytics-defunct
#' @keywords internal
NULL

#' This function is defunct
#' @rdname eefAnalytics-defunct
#' @export
mlmbayes <- function(...) {
  .Defunct(msg = "'mlmbayes' has been removed from this package.
           Please use srtBayes, crtBayes or mstBayes")
}

# mlmbayes <- function()
# {
#   .Deprecated("srtBayes, crtBayes or mstBayes")
# }



###############################################################
#' Defunct functions in eefAnalytics
#'
#' These functions are marked as defunct and have been removed from eefAnalytics.
#'
#' @name eefAnalytics-defunct
#' @keywords internal
NULL

#' This function is defunct
#' @rdname eefAnalytics-defunct
#' @export
caceMSTBoot <- function(...) {
  .Defunct(msg = "'caceMSTBoot' has been removed from this package. Please use it from eefAnalytics 1.0.6")
}


###############################################################
#' Defunct functions in eefAnalytics
#'
#' These functions are marked as defunct and have been removed from eefAnalytics.
#'
#' @name eefAnalytics-defunct
#' @keywords internal
NULL

#' This function is defunct
#' @rdname eefAnalytics-defunct
#' @export
caceCRTBoot <- function(...) {
  .Defunct(msg = "'caceCRTBoot' has been removed from this package. Please use it from eefAnalytics 1.0.6")
}



###############################################################
#' Defunct functions in eefAnalytics
#'
#' These functions are marked as defunct and have been removed from eefAnalytics.
#'
#' @name eefAnalytics-defunct
#' @keywords internal
NULL

#' This function is defunct
#' @rdname eefAnalytics-defunct
#' @export
caceSRTBoot <- function(...) {
  .Defunct(msg = "'caceSRTBoot' has been removed from this package. Please use it from eefAnalytics 1.0.6")
}

Try the eefAnalytics package in your browser

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

eefAnalytics documentation built on May 31, 2023, 9:24 p.m.