Nothing
test_that("lerp_neighbors works", {
expect_equal(
c(1.75, 1.25, 1.75, 2.25, 2.75, 3.25, 3.75, 3.25),
lerp_neighbors(x = seq_len(4), ratio = .25)
)
})
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.