R/zzz.R

Defines functions .cpermdist2 .onAttach

.onAttach <- function(lib, pkg) {
    packageStartupMessage(paste(" Package", sQuote("exactRankTests"), 
        "is no longer under development.\n",
        "Please consider using package", sQuote("coin"), "instead.\n"))
}

.cpermdist2 <- function(N, totsum, sc, scores, log) {
    .Call(cpermdist2, as.integer(N),
          as.integer(totsum), as.integer(sc),
          as.integer(scores), as.logical(FALSE))
}

Try the exactRankTests package in your browser

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

exactRankTests documentation built on April 26, 2022, 9:06 a.m.