Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R assertion tools #27

Open
baileyb0t opened this issue Aug 19, 2022 · 0 comments
Open

R assertion tools #27

baileyb0t opened this issue Aug 19, 2022 · 0 comments
Assignees

Comments

@baileyb0t
Copy link
Contributor

warnings and errors in R don't seem to work as consistently as they do in other languages. I've personally used the options() method to raise warnings to errors so that I can inspect specific lines, only for R to keep running with warnings. I know there are finicky cases with different datatypes that can pass through a stopifnot() call, too.

I'd like to do a comparison of different built-in tools like stopifnot() and libraries like assertr to see how they compare in terms of flagging and raising errors within a script

@baileyb0t baileyb0t self-assigned this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant