tests/testthat/dummy_packages/clean/R/eat_me.R

#' eat_me
#' @description empty
#'
#' @export
eat_me <- function(x, ...) {
  UseMethod("drink_me")
}

Try the lintr package in your browser

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

lintr documentation built on Nov. 7, 2023, 5:07 p.m.