tests/tinytest.R

if (requireNamespace("tinytest", quietly = TRUE)) {
  # set a seed to make the test deterministic
  set.seed(42)

  # run tests (package must be installed)
  tinytest::test_package("RcppUUID")
}

Try the RcppUUID package in your browser

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

RcppUUID documentation built on April 4, 2025, 2:11 a.m.