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")
}
germaine86/eefAnalytics_v10 documentation built on Feb. 20, 2021, 12:13 a.m.