R/deprecated.R

Defines functions forestplot2

Documented in forestplot2

#' Deprecated function(s) in \pkg{Gmisc}
#'
#' The \code{forestplot2} has moved to \pkg{forestplot} package and changed name to \code{\link[forestplot]{forestplot}}
#'
#' @param ... Parameters to be passed to the new version of the function
#' @export
#' @keywords internal
#' @import forestplot
#' @rdname Gmisc-deprecated
#' @name Gmisc-deprecated
#' @docType package
forestplot2 <- function(...) {
  .Deprecated(new = "forestplot",
              package = "forestplot",
              old = "forestplot2",
              msg = "The forestplot2 has moved to a separate package as of 1.0, the 'forestplot' package")
  forestplot(...)
}

Try the Gmisc package in your browser

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

Gmisc documentation built on Aug. 26, 2023, 1:07 a.m.