Nothing
testthat::test_that("Stats per random dataframes works", {
weighted_moments <- do.call(
TAD:::get_weighted_mnts,
datasets$good2$param$weighted_moments
)
testthat::expect_equal(
weighted_moments,
datasets$good2$results$weighted_moments
)
})
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.