We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These two tests break under the current development version of R which is in the process of being released to CRAN:
logrx/tests/testthat/test-get.R
Lines 181 to 189 in f6c24f8
logrx/tests/testthat/test-writer.R
Lines 199 to 209 in f6c24f8
In general, I try and avoid relying on fragile things like "the exact wording of an error message produced by an upstream package".
For example, in {data.table}, we have this list of messages/message factories for test outputs that come directly from {base} R:
https://github.com/Rdatatable/data.table/blob/c29e313dac1de8b959f5e3438c33c0d00873be05/inst/tests/tests.Rraw#L176-L201
I will submit a quick-fix PR shortly, but it's worth thinking through a more robust way to structure these tests going forward.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
These two tests break under the current development version of R which is in the process of being released to CRAN:
logrx/tests/testthat/test-get.R
Lines 181 to 189 in f6c24f8
logrx/tests/testthat/test-writer.R
Lines 199 to 209 in f6c24f8
In general, I try and avoid relying on fragile things like "the exact wording of an error message produced by an upstream package".
For example, in {data.table}, we have this list of messages/message factories for test outputs that come directly from {base} R:
https://github.com/Rdatatable/data.table/blob/c29e313dac1de8b959f5e3438c33c0d00873be05/inst/tests/tests.Rraw#L176-L201
I will submit a quick-fix PR shortly, but it's worth thinking through a more robust way to structure these tests going forward.
Session Information
No response
Reproducible Example
No response
The text was updated successfully, but these errors were encountered: