test_that("multiplication works", {
pp <- list(2:3, 3, 1)
expect_equal(
find_possible_offspring(pp),
list(c(3), c(1), c(1, 2))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.