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") }