# 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)))
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.