R/zzz.R

Defines functions .onLoad

# Copyright 2021. TIBCO Software Inc.
# This file is subject to the license terms contained
# in the license file that is distributed with this file.

.onLoad <- function(libname, pkgname)
{
    if (!isTRUE(getOption("RinR_DONT_CONFIGURE"))) {
        tryCatch(configureREvaluator(REvaluator), error=function(e)warning("while configuring REvaluator:", conditionMessage(e)))
        tryCatch(configureREvaluator(TERREvaluator), error=function(e)warning("while configuring TERREvaluator:", conditionMessage(e)))
    }
}
TIBCOSoftware/RinR documentation built on March 19, 2022, 5:16 p.m.