R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  repo <- "https://github.com/braverock/FinancialInstrument"
  packageStartupMessage(
    "WARNING: this package was installed from R-Forge, but development has\n",
    "moved to GitHub. Please re-install the package using the GitHub repo at:\n",
    repo, ".")
}

Try the FinancialInstrument package in your browser

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

FinancialInstrument documentation built on May 2, 2019, 5:24 p.m.