R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    Pver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
    fields="Version")
    packageStartupMessage(paste(pkgname, Pver))
    packageStartupMessage("Companion package to the book")
    packageStartupMessage(sQuote('Option Pricing and Estimation of Financial Models in R'))
    packageStartupMessage("Wiley, Chichester, S.M. Iacus (2011).")
    packageStartupMessage(paste("For more informations type ",
    sQuote("vignette(\"opefimor\")"),
    "or ?opefimor"))
}

Try the opefimor package in your browser

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

opefimor documentation built on Sept. 9, 2022, 3:01 p.m.