Nothing
test_that("substitute() invocation of generic doesn't warn during transition", {
x = as.integer64(1:10)
expect_no_warning(
expect_identical(
eval(substitute(f(x, y), list(f=`:`, x=x[1L], y=x[10L]))),
x
)
)
})
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.