The "warn once" functions typically warn about correct behavior. Example:
library(errors)
x <- set_errors(9,1)
x + 1
Warning message:
In 'Ops' : non-'errors' operand automatically coerced to an 'errors' object with no uncertainty
I think these functions can be removed without substitute. It's overly verbose, and a bad first impression when trying things out.
It was a good move to warn about these things only once, but even that is unnecessary in my opinion.
The "warn once" functions typically warn about correct behavior. Example:
I think these functions can be removed without substitute. It's overly verbose, and a bad first impression when trying things out.
It was a good move to warn about these things only once, but even that is unnecessary in my opinion.