silent argument to
verbose;print() and cat() calls
within if (verbose) { ... } blocks.The DESCRIPTION has been revised to make the package description more concise and direct.
I have added several relevant references to the DESCRIPTION file to provide appropriate guidance and context for the methods implemented in the package.
I have enclosed the print() and cat() calls
within if (verbose) { ... } blocks so that informational
messages can be easily suppressed by setting
verbose = FALSE.