Nothing
test_that("function_review works as expected", {
fr <- function_review(system.file("testpkg", package = "docreview"))
expect_equal(fr$failures, 1)
expect_equal(fr$warnings, 0)
expect_equal(fr$details$exports_examples, c(add = TRUE, deduct = FALSE))
})
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.