R/Defunct.R

Defines functions toxbootGetOpts toxbootSetOpts

Documented in toxbootGetOpts toxbootSetOpts

#' @title DEFUNCT
#'
#' @description
#' These functions were renamed and now have diverged. They are no longer
#' compatible and will not run.
#'
#' @rdname toxboot-defunct
#'
#' @aliases toxbootGetOpts toxbootSetOpts
#'
#' @details The following functions are defunct and will be removed; use
#' the replacements indicated below:
#'   \itemize{
#'     \item{toxbootGetOpts: \code{\link{toxbootConfList}}}
#'     \item{toxbootSetOpts: \code{\link{toxbootConf}}}
#'   }
#'
#' @export toxbootGetOpts toxbootSetOpts
toxbootGetOpts <- function() {
  .Defunct("toxbootConfList")
}
toxbootSetOpts <- function () {
  .Defunct("toxbootConf")
}

Try the toxboot package in your browser

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

toxboot documentation built on Nov. 26, 2018, 1:04 a.m.