R/zzz.R

Defines functions .onAttach

#' @export
.onAttach <- function(lib, pkg) {
  packageStartupMessage(
    paste(
      "INFO: Since cfda 0.11, the computing method of compute_optimal_encoding function has changed.",
      "To use the former one, add the argument: method='parallel'",
      "\nINFO: Since cfda 0.12, the used covariance estimator is the biaised one"
    )
  )
}

Try the cfda package in your browser

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

cfda documentation built on April 3, 2025, 9:21 p.m.