tidyverse_checks: List the names of tidyverse style checks

View source: R/lists.R

tidyverse_checksR Documentation

List the names of tidyverse style checks

Description

These checks are optional and not included in the default set. They are powered by lint_package using lintr's default linter set and respect any .lintr configuration file in the package root (e.g. to disable specific linters or add exclusions). Add them via checks = c(default_checks(), tidyverse_checks()).

Usage

tidyverse_checks()

Value

Character vector of tidyverse check names

Examples

tidyverse_checks()

goodpractice documentation built on June 5, 2026, 5:06 p.m.