R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste0("Welcome to the AIscreenR. Be aware ",
  "that we do not take\nany responsibility for the cost of using this software.\n\n",
  "If you experience any breakdowns, check: https://status.openai.com/")
  )
}

Try the AIscreenR package in your browser

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

AIscreenR documentation built on April 3, 2025, 7:11 p.m.