-
Notifications
You must be signed in to change notification settings - Fork 71
test for #847 #856
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
test for #847 #856
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #856 +/- ##
=======================================
Coverage 90.02% 90.02%
=======================================
Files 47 47
Lines 2486 2486
=======================================
Hits 2238 2238
Misses 248 248 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 4f9b7b2 is merged into master:
Further explanation regarding interpretation and methodology can be found in the documentation. |
|
@lorenzwalthert Let me know if you need me to make any changes for this one. |
|
I am no longer sure we want to solve it with a test (since people with older r versions will always have this problem) and I’d do the trat the other way round (skip if R >= 4.2 to make it fail in the future). |
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if d53d104 is merged into master:
Further explanation regarding interpretation and methodology can be found in the documentation. |
|
So now the test will be skipped from |
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if f1dbbb3 is merged into master:
Further explanation regarding interpretation and methodology can be found in the documentation. |
|
Sorry I need to think about this. Thanks for your time, I will either merge it or solve the bug later. |
|
Yepp, no worries. Feel free to also close this PR if you think this is not the optimal solution to handle this issue right now. |
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 67a413e is merged into master:
Further explanation regarding interpretation and methodology can be found in the documentation. |
|
Another possibility is to use snapshot tests, with a different snap for each R version: |
|
@IndrajeetPatil there is #783 for testthat 3e, but I don't think we need snaps for making the test R version dependent. Superseded by #883. |

No description provided.