-
Notifications
You must be signed in to change notification settings - Fork 13
Improve reported error calls throughout the package #186
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
Conversation
| ! `.i` has an incorrect size. | ||
| x It must have size 1, not 2. |
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.
| ! `.i` has an incorrect size. | |
| x It must have size 1, not 2. | |
| ! `.i` must be size 1, not 2. |
| ! `.i` must be in ascending order. | ||
| i It is not ascending at locations: 2. |
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.
| ! `.i` must be in ascending order. | |
| i It is not ascending at locations: 2. | |
| i In location: 2. | |
| ! `.i` must be in ascending order. |
| ! `.i` cannot be `NA`. | ||
| i It is `NA` at locations: 2. |
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.
| ! `.i` cannot be `NA`. | |
| i It is `NA` at locations: 2. | |
| i In location: 2. | |
| ! `.i` cannot be `NA`. |
| ! `i` has an incorrect type. | ||
| x It must inherit from Date, POSIXct, or POSIXlt, not numeric. |
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.
| ! `i` has an incorrect type. | |
| x It must inherit from Date, POSIXct, or POSIXlt, not numeric. | |
| ! `i` must inherit from Date, POSIXct, or POSIXlt, not numeric. |
|
Tracking improvements to error messages in general in #188 |
Closes #168
Not currently passing the error call through to C yet, as that is currently too much work for what it would be worth. I think most of the main error paths have been improved anyways