R/zzz.R

Defines functions .onAttach .onLoad

.onAttach <- function(libname, pkgname) {
    RTver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
    cat(paste(pkgname, RTver, "\n"))
}

.onLoad<-function(lib,pkg) require(methods)

Try the IsolationForest package in your browser

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

IsolationForest documentation built on May 2, 2019, 5:21 p.m.