R/zzz.R

Defines functions .onAttach

#' @importFrom Rdpack reprompt

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Smoothed Empirical Likelihood version 0.0.15 (2025-08-05).")
  packageStartupMessage("Package under active development; core functions subject to change.")
}

Try the smoothemplik package in your browser

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

smoothemplik documentation built on Aug. 22, 2025, 1:11 a.m.