R/zzz.R

".onLoad" <- function (lib, pkg)
{
  library.dynam(pkg, pkg, lib)
  
}
".onAttach" <- function (lib, pkg)
{
  packageStartupMessage("\nDEoptim package",
   "\nDifferential Evolution algorithm in R",
   "\nAuthors: D. Ardia, K. Mullen, B. Peterson and J. Ulrich\n")
}

Try the DEoptim package in your browser

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

DEoptim documentation built on Nov. 12, 2022, 1:09 a.m.