R/aaa.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{
    warning("The package 'nacopula' has been merged with package 'copula'.\n",
            "Please now attach/load 'copula' instead of 'nacopula'.")
}

Try the nacopula package in your browser

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

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