R/Deprecated.R

Defines functions PrintHelpPages GetTolColors

Documented in GetTolColors PrintHelpPages

#' Deprecated Functions in the inlmisc Package
#'
#' Functions that are about to be removed from the \pkg{inlmisc} package.
#'
#' @param ...
#'   Arguments to be passed to the functions
#'   (obscured to enforce the usage of new functions).
#'
#' @rdname Deprecated
#' @keywords internal
#' @name inlmisc-deprecated
#'

NULL

#' @rdname Deprecated
#' @export

GetTolColors <- function(...) {
  .Deprecated("GetColors", package="inlmisc")
  GetColors(...)
}


#' @rdname Deprecated
#' @export

PrintHelpPages <- function(...) {
  .Deprecated("PrintPackageHelp", package="inlmisc")
  PrintPackageHelp(...)
}

Try the inlmisc package in your browser

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

inlmisc documentation built on Jan. 25, 2022, 1:14 a.m.