Dasonk / docstring

Provides docstring like functionality to R functions without requiring the need to create a package.
57 stars 6 forks source link

Too many messages #1

Closed Dasonk closed 7 years ago

Dasonk commented 7 years ago

Mask the messages generated by package.skeleton and roxygenize unless they are warnings/errors.

If there are warnings about incorrect @parameter usages then those should display unless warnings=FALSE.

Dasonk commented 7 years ago

Screw the warning param. I'm just going to suppress all output ALWAYS.