R/setupSpinMyRtest.R

Defines functions setupSpinMyRtest

Documented in setupSpinMyRtest

#' Set up a test directory to experiment with \code{spinMyR} - deprecated
#'
#' This functions has graduated from \code{rsalad} and is now available in
#' the \code{\link[ezknitr]{ezknitr}} package. You can download \code{ezknitr} from
#' \href{http://cran.r-project.org/web/packages/ezknitr/index.html}{CRAN} or
#' \href{https://github.com/daattali/ezknitr}{GitHub}.
#' @param ... ignored
#' @export
setupSpinMyRtest <- function(...) {
  stop(sprintf("This function is now available in the ezknitr package. Get it from GitHub - %s",
               "https://github.com/daattali/ezknitr"),
       call. = FALSE)
}
daattali/rsalad documentation built on Oct. 28, 2019, 12:16 p.m.