tests/testthat/test-otb-exports.R

library(testthat)
test_that("core entry points exist", {
  expect_true(exists("linkOTB", where = asNamespace("link2GI")))
  expect_true(exists("runOTB", where = asNamespace("link2GI")))
  expect_true(exists("runOTB_isolated", where = asNamespace("link2GI")))
})

Try the link2GI package in your browser

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

link2GI documentation built on Dec. 23, 2025, 9:09 a.m.