Skip to content

drop warn once functions #68

@a-kramer

Description

@a-kramer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions