inst/tinytest/test_tinycodet.R

# Placeholder with simple test
expect_equal(1 + 1, 2)
expect_message(
  tinycodet:::.onAttach(),
  pattern = "Run `?tinycodet::tinycodet` to open the introduction help page of 'tinycodet'.",
  fixed = TRUE
)

Try the tinycodet package in your browser

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

tinycodet documentation built on Sept. 12, 2024, 7:03 a.m.