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 nacopulaNew package in your browser

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

nacopulaNew documentation built on May 2, 2019, 4:44 p.m.