R/garchx-internal.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
{
txt <- c("\n",
  paste(sQuote("garchx"), "version 1.5\n"),
  "\n",
  paste0("Flexible and Robust GARCH-X modelling"),
  "\n",
  paste("CRAN website: https://CRAN.R-project.org/package=garchx"),
  paste("Github (issues, discussions): https://github.com/gsucarrat/garchx"),
  "\n")
  
  ##print message:
  if(interactive() || getOption("verbose")){
    packageStartupMessage(paste(strwrap(txt, indent = 2,
      exdent = 4), collapse = "\n"))
  }
} #close .onAttach

Try the garchx package in your browser

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

garchx documentation built on Sept. 13, 2022, 5:06 p.m.