R/chad-package.R

#' A lightweight acceptance test framework
#' 
#' This provides a way to run acceptance tests for/from R, along with some scripting glue for updating them.
#' 
#' @section Requirements:
#' This package needs a \code{diff} program on the search path. Optionally, it can also use \code{git} and \code{colordiff}
#' 
#' Dedicated to Chad Whipkey.
#' 
#' @name chad-package
#' @author Neal Fultz
#' @seealso chad
#' @docType package
#' @references \url{http://en.wikipedia.org/wiki/Acceptance_testing}
NULL
nfultz/chad documentation built on May 23, 2019, 4:41 p.m.