Nothing
test_that(".validateWindow", {
expect_error(.validateWindow(3, 10L), "integer")
expect_error(.validateWindow(3L:4L, 10L), "length")
expect_error(.validateWindow(-1L, 10L), "larger")
expect_error(.validateWindow(11L, 10L), "smaller")
expect_true(.validateWindow(3L, 10L))
})
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.