tests/testthat/test-warbleR_options.R

test_that("basic", {
  
  warbleR_options(pb = FALSE, path = tempdir())
 
  wo <- warbleR_options(reset = TRUE)
  
  expect_true(is.list(wo))
})
maRce10/warbleR documentation built on Jan. 18, 2025, 8:31 a.m.