R/style.R

completed <- function(msg) {
  packageStartupMessage(crayon::green(cli::symbol$tick), " ", msg)
}

not_completed <- function(msg) {
  packageStartupMessage(crayon::red(cli::symbol$circle_cross), " ", msg)
}

notify <- function(msg) {
  packageStartupMessage(crayon::blue(cli::symbol$star), " ", msg)
}

Try the ramlegacy package in your browser

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

ramlegacy documentation built on May 16, 2019, 5:05 p.m.