R/credits.R

Defines functions credits

Documented in credits

#' CGR Utilities Credits
#'
#' This provides a list of the people that made the magic happen
#'
#' @return character
#' @export
credits <- function() {
  people <- c('Mike Silva <msilva@cgr.org>')
  return(people)
}
cgr-promising-solutions/cgr documentation built on May 28, 2019, 7:16 p.m.