Nothing
test_that("combinations with repetition algorithm works", {
expect_snapshot(combinations_with_repetition(5, 3), cran=TRUE)
expect_snapshot(combinations_with_repetition(3, 5), cran=TRUE)
})
test_that("multiset partitions are correctly generated", {
expect_snapshot(generate_partitions(5, 3), cran=TRUE)
expect_snapshot(generate_partitions(3, 5), cran=TRUE)
})
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.