# if (requireNamespace("lintr", quietly = TRUE)) {
# context("lints")
# test_that("Package Style", {
# skip_on_cran()
# lintr::expect_lint_free(
# linters = lintr::with_defaults(
# camel_case_linter = NULL,
# snake_case_linter = NULL,
# absolute_paths_linter = NULL,
# line_length_linter = lintr::line_length_linter(120)
# ))
# })
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.