Nothing
test_that("test running time", {
sleeping <- function(x, y = 0){
Sys.sleep(x)
x + y
}
r_sleep <- record(sleeping)
result_pipe <- r_sleep(1) %>=%
r_sleep(2)
expect_equal(sum(as.integer(result_pipe$log_df$run_time)), 2)
})
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.