-
Notifications
You must be signed in to change notification settings - Fork 991
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
Improves diagnostic messaging of .SDcols when passed bad data #3117
Conversation
…bad data force NA character
694b805
to
56a9027
Compare
Codecov Report
@@ Coverage Diff @@
## master #3117 +/- ##
==========================================
+ Coverage 91.96% 92.05% +0.09%
==========================================
Files 61 61
Lines 11444 11450 +6
==========================================
+ Hits 10524 10540 +16
+ Misses 920 910 -10
Continue to review full report at Codecov.
|
Please put "closes #num" in the body, not in the title. |
Looks like a true fail in R-devel on length comparison. Will leave to you to fix. |
9c11621
to
0033f6c
Compare
fix warn not err fix again
0033f6c
to
a43cbee
Compare
@mattdowle finally got all the issues sorted out & managed to cover a bunch of new stuff in tests as well. ready to merge |
… Many times I don't look at the detail of long error messages and I like them to be over on the right off the screen. If I need to look at the detail I scroll over. Expanding statements vertically gets in the way of the logic, imo.
Great PR! Not least the coverage increase. |
Closes #3116
Closes #3118
Also added
brackify
helper function. Might consider using it wherevercollapse = ', '
-style error messages are used now...