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(...)
}
USGS-R/inlmisc documentation built on Sept. 17, 2022, 2:38 a.m.