tests/testthat/test-affiner_options.r

test_that("`affiner_options()`", {
    skip_if_not_installed("withr")
    withr::local_options(affiner_options(default = TRUE))
    expect_equal(affiner_options(), affiner_options(default = TRUE))
    expect_true(is.list(affiner_options(affiner_angular_unit = "gradians")))
})

Try the affiner package in your browser

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

affiner documentation built on April 4, 2025, 4:42 a.m.