-
Notifications
You must be signed in to change notification settings - Fork 90
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
transition remaining rlang warnings and errors to cli #1162
Conversation
I'm working on a corresponding extratests PR to update snapshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking great! lots of good stuff
Co-authored-by: Emil Hvitfeldt <[email protected]>
* testing and snapshot updates for tidymodels/parsnip#1162 * temp add remote for testing * update two other tests/snapshots * updated results * remove parsnip `Remotes` * a few more skips based on cran version failures * a few more skips based on cran version failures --------- Co-authored-by: simonpcouch <[email protected]>
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Closes #1081. (!!!)
Definitely many opportunities to write out some of these errors with rlang type checkers, but... one step at a time. :)
This will definitely cause some snap changes at least in extratests and likely in parsnip extensions. I say we update extratests snaps along with this PR but wait to make PRs to parsnip extensions until we've followed this PR up with another in parsnip that integrates rlang type checkers.