R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  if (base::requireNamespace("webex", quietly = TRUE)) {
    warning("You have an outdated version of this package installed ('webex').\n",
            "To avoid problems, please uninstall the old version using:\n",
            "  remove.packages(\"webex\")")
  }
}
PsyTeachR/webex documentation built on Sept. 14, 2021, 10:51 p.m.