Nothing
test_that("`ps_quantize` runs without error", {
skip_if_not_installed("nullcat")
set.seed(123)
ps <- ps_simulate()
expect_no_error(ps_quantize(ps))
expect_no_error(ps_quantize(ps, method = "tswapcat", n_strata = 3))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.