Learn R Programming

releaser (version 1.2.1)

print.releaser_doc_check: Display result of documentation check

Description

Display result of documentation check

Usage

# S3 method for releaser_doc_check
print(x, ...)

Value

invisibly the object x

Arguments

x

releaser_doc_check object

...

Not used argument.

Examples

Run this code
if (FALSE) {
my_pkg_dir <- "path/to/my/package"

# Full check
results <- check_docs(my_pkg_dir)
}

Run the code above in your browser using DataLab