Skip to contents

Informational check: reports whether the package appears to use roxygen2.

Usage

diagnose_roxygen_usage(path, verbose = TRUE)

Arguments

path

Character. Path to package directory

verbose

Logical. Print diagnostic messages

Value

checktor_check_result() with passed (always TRUE), has_roxygen, message.

Examples

diagnose_roxygen_usage(".", verbose = FALSE)$has_roxygen
#> [1] FALSE