R/AAA.R

Defines functions .onLoad

# $Id: AAA.R 630 2017-02-27 14:58:59Z thothorn $

.onLoad <- function(lib, pkg) {
    ### GCtorture <<- FALSE
    .Call(party_init)
    return(TRUE)
}

Try the party package in your browser

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

party documentation built on March 31, 2023, 11:56 p.m.