Nothing
test_that("vignette_review works as expected", {
vr <- vignette_review(system.file("testpkg", package = "docreview"))
expect_equal(vr$failures, 0)
expect_equal(vr$warnings, 2)
expect_named(vr$details, c("testpkg.Rmd", "testpkg2.Rmd"))
expect_equal(vr$details$testpkg.Rmd$flesch_kincaid, 36.09, tolerance = 0.1)
expect_equal(vr$details$testpkg.Rmd$length, 351)
expect_equal(vr$details$testpkg2.Rmd$flesch_kincaid, 33.7, tolerance = 0.1)
expect_equal(vr$details$testpkg2.Rmd$length, 170)
})
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.