R/zzz.R

Defines functions .onAttach

#' @importFrom stats as.formula coef complete.cases fitted pchisq qchisq
#' @importFrom graphics abline barplot par plot
NULL

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "caustests ", utils::packageVersion("caustests"), 
    " - Multiple Granger Causality Tests\n",
    "Type 'citation(\"caustests\")' for citation information."
  )
}

Try the caustests package in your browser

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

caustests documentation built on April 5, 2026, 9:06 a.m.