Nothing
test_that("calc_window", {
expect_equal(
calc_epaker_weights(seq(0, 1, 0.1), c(0.2, 0.4), c(0.2, 0.4)),
structure(c(0, 0.5625, 0.75, 0.5625, 0, 0, 0, 0, 0, 0, 0, 0,
0.328125, 0.5625, 0.703125, 0.75, 0.703125, 0.5625, 0.328125,
0, 0, 0), .Dim = c(11L, 2L))
)
})
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.