Brief intro to cli_*()

cli_abort(), cli_warn(), and cli_inform() = preferred messaging

cli::cli_inform(c(
  "First unnamed formatted by handler type.",
  "v" = "Victory! (aka success).",
  "x" = "Danger.",
  "i" = "Info.",
  "!" = "Warning!"
))