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'"
    )
  )
}
modal-inria/cfda documentation built on Oct. 19, 2023, 10:03 a.m.