R/on-attach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {

  text = strwrap(width = getOption("width"), paste(
    "Disclaimer: trelloR is not affiliated, associated, authorized, endorsed",
    "by or in any way officially connected to Trello, Inc. (www.trello.com)."
  ))

  packageStartupMessage("R API for Trello\n", paste(text, collapse = "\n"),
                        appendLF = TRUE)
}
jchrom/extr documentation built on Aug. 30, 2023, 6:55 p.m.