Nothing
test_that("internal test package CHECKs correctly", {
expect_error(rcmdcheck::rcmdcheck(system.file("testpkg", package="beachmat"), error_on="error"), NA)
})
test_that("extension test package CHECKs correctly", {
expect_error(rcmdcheck::rcmdcheck(system.file("extensions", package="beachmat"), document=FALSE, error_on="error"), NA)
})
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.