Nothing
test_that("smooth_mortality_law", {
sm <- norway_mortality |>
dplyr::filter(Year <= 1910, Sex == "Male") |>
smooth_mortality_law(Mortality)
expect_identical(dim(sm), c(1221L, 9L))
expect_no_error(autoplot(sm, .smooth) + ggplot2::scale_y_log10())
})
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.