library(ssnapinterface)
if (requireNamespace("lintr", quietly = TRUE)) {
context("lints")
testthat::test_that("Package Style checked using lintr", {
lintr::expect_lint_free()
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.