tests/testthat/test-lints.R

context("Lints")

if (requireNamespace("lintr",quietly = TRUE)) {
  test_that("Package has good style (no lints)", {
    lintr::expect_lint_free()
  })
}
wamserma/R-wmisc documentation built on March 19, 2023, 3:06 a.m.