Nothing
test_that("check_fapply_args handles invalid ncores and pb", {
expect_warning(res <- functionals:::.check_fapply_args(1:3, sum, ncores = -1, pb = "maybe"))
expect_equal(res$ncores, 1)
expect_false(res$pb)
})
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.