selftest_report: Report a self-test progress line

View source: R/selftest.R

selftest_reportR Documentation

Report a self-test progress line

Description

All self-test reporting goes through message (stderr) so that it can be suppressed with suppressMessages; plain cat() output cannot be suppressed by the user (CRAN policy on console output).

Usage

selftest_report(verbose, ...)

Arguments

verbose

Logical. Output only when TRUE.

...

Passed to message.


Rclade documentation built on Sept. 26, 2026, 5:07 p.m.