tests/testthat/testHelp/R/foofoo.R

#' Test function for help
#'
#' The purpose of this function is to test out \code{help} and \code{?} from
#' devtools.
#'
#' @examples
#' stopifnot(foofoo() == 'You called foofoo.')
#' @export
foofoo <- function() "You called foofoo."
hadley/devtools documentation built on Feb. 22, 2024, 4:44 a.m.