Nothing
#' @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"
)
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.