Nothing
test_that("deduped_map warns for deprecation, but works", {
x <- list("ABC", "ABC")
expect_warning(deduped_map(x, tolower), "deprecated")
expect_equal(
suppressWarnings(deduped_map(x, tolower)),
deduped(lapply)(x, tolower)
)
})
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.