R/use_ro_footer.R

Defines functions use_ro_footer

Documented in use_ro_footer

#' Use rOpenSci footer
#'
#' No longer recommended!
#'
#' @export
use_ro_footer <- function(){
  stop("We no longer recommend adding an rOpenSci footer to the README.",
       call. = FALSE)
}
ropenscilabs/rodev documentation built on May 16, 2022, 8:05 a.m.