Deprecate verbose and warning arguments
@guillaume.thirel, are warning
and verbose
arguments really useful?
The use of the suppresseMessages()
and suppressWarnings()
functions allows you to do the same thing.
Furthermore, in some functions the argument is named verbose
, but it is used to suppress warning messages (e.g. SeriesAggreg()
)...