tests/testthat/test-zzz.R

test_that("option setting works", {

  op <- options()

  options("finbif_use_cache" = NULL)

  expect_null(finbif:::.onLoad())

  options(op)

})

Try the finbif package in your browser

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

finbif documentation built on April 12, 2025, 2:22 a.m.