inst/tinytest/test_startup.R

# For tinytest
report_side_effects()

set_startup_options()
startup = options()
expect_true(startup[["warnPartialMatchArgs"]])
expect_true(startup[["warnPartialMatchAttr"]])
expect_true(startup[["warnPartialMatchDollar"]])
expect_false(startup[["show.signif.stars"]])
expect_silent(set_startup_options())
luhann/lumisc documentation built on Jan. 26, 2025, 5:16 a.m.