tests/testthat/helper-lintr.R

expect_lint_free <- # nolint: object_name_linter.
    if (requireNamespace("lintr", quietly = TRUE)) {
        lintr::expect_lint_free
    } else {
        function(...) skip("lintr is not installed")
    }

Try the FastUtils package in your browser

Any scripts or data that you put into this service are public.

FastUtils documentation built on Sept. 11, 2024, 5:13 p.m.