-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add method for Fischer's exact test #395
Conversation
Codecov Report
@@ Coverage Diff @@
## main #395 +/- ##
==========================================
- Coverage 73.81% 73.78% -0.03%
==========================================
Files 48 49 +1
Lines 3425 3494 +69
==========================================
+ Hits 2528 2578 +50
- Misses 897 916 +19
|
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.
Can you please also clean the newly found lints?
@IndrajeetPatil I ran the tests locally and found no problems with the lints with the changed files after downloading today's version of |
Ok there are snapshots failing now (is that what you meant?). On R-devel, it seems that
And so my understanding is that it is not currently possible to satisfy both R-devel and R-latest with snapshots. In those cases, should I suppress messages? |
This is not about the R version. The change is coming from testthat 3.2.0
release.
…On Sun 22. Oct 2023 at 19:20, Rémi Thériault ***@***.***> wrote:
Ok there are snapshots failing now (is that what you meant?). On R-devel,
it seems that Message is now printed as <simpleMessage>, e.g.,
- Message <simpleMessage>
+ Message
And so my understanding is that it is not currently possible to satisfy
both R-devel and R-latest with snapshots. In those cases, should I suppress
messages?
—
Reply to this email directly, view it on GitHub
<#395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWOHFJBT2ACRXVSIO7MSVTYAVIVXAVCNFSM6AAAAAA5NTHZOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGE2TAMJSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Oh nice, amazing, thank you. Then updating |
Ok so I fixed snapshots, but For For That's after installing all latest easystats packages with |
Ok, all tests are passing now, I think I can merge after approval :) |
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.
Thanks!
Add full support for Fischer's exact test: closes #351
Created on 2023-09-30 with reprex v2.0.2