context("check")
test_that("it runs without errors", {
path <- new_tempdir()
setwd(path)
expect_message(init_package("mypackage", path))
expect_message(recontools::check_package("./mypackage", run_gp = FALSE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.