R/AAA.R

Defines functions .onLoad

# $Id: AAA.R 681 2023-11-27 11:55:24Z 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 Nov. 27, 2023, 3:01 p.m.