roxygen_tag_linter: roxygen_tag_linter

View source: R/linter_custom.R

roxygen_tag_linterR Documentation

roxygen_tag_linter

Description

Check that function has documented specific tag in Roxygen skeleton (default @author).

Usage

roxygen_tag_linter(tag = "@author")

Arguments

tag

character (default @author)

Value

linter class function

Author(s)

Kamil Foltynski kamil.foltynski@contractors.roche.com

Examples

linters_config <- lintr::linters_with_defaults(
  line_length_linter = lintr::line_length_linter(120),
  roxygen_tag_linter = roxygen_tag_linter()
)


gdrplatform/gDRstyle documentation built on March 31, 2024, 10:33 a.m.