R/zzz.R

Defines functions .onAttach

#' @export
.onAttach <- function(lib, pkg) {
  packageStartupMessage(
    "WARNING: Since Rancluster 0.92, ranks have to be given in the ranking notation (see convertRank function), with the following convention:
- missing positions are replaced by 0
- tied are replaced by the lowest position they share")
}

Try the Rankcluster package in your browser

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

Rankcluster documentation built on Nov. 12, 2022, 9:05 a.m.