Skip to content
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

adding ard_fishertest() #21

Merged
merged 7 commits into from
Feb 13, 2024
Merged

adding ard_fishertest() #21

merged 7 commits into from
Feb 13, 2024

Conversation

ddsjoberg
Copy link
Collaborator

What changes are proposed in this pull request?
Migrated ard_fishertest() from {cards}


Reviewer Checklist (if item does not apply, mark is as complete)

  • Ensure all package dependencies are installed: devtools::install_dev_deps()
  • PR branch has pulled the most recent updates from master branch: usethis::pr_merge_main()
  • If a bug was fixed, a unit test was added.
  • Run pkgdown::build_site(). Check the R console for errors, and review the rendered website.
  • Code coverage is suitable for any new functions/features: devtools::test_coverage()
  • usethis::use_spell_check() runs with no spelling errors in documentation

When the branch is ready to be merged:

  • Update NEWS.md with the changes from this pull request under the heading "# cards (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (see NEWS.md for examples).
  • Increment the version number using usethis::use_version(which = "dev")
  • Run usethis::use_spell_check() again
  • Approve Pull Request
  • Merge the PR. Please use "Squash and merge".

Copy link
Contributor

github-actions bot commented Jan 28, 2024

Unit Tests Summary

 1 files   7 suites   1s ⏱️
 7 tests  6 ✅ 1 💤 0 ❌
17 runs  14 ✅ 3 💤 0 ❌

Results for commit e70755d.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 28, 2024

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
ard_fishertest 👶 $+0.81$ $+2$ $0$ $0$ $0$
Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
ard_fishertest 👶 $+0.81$ ard_fishertest_works

Results for commit c15053f

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 4, 2024

badge

Code Coverage Summary

Filename              Stmts    Miss  Cover    Missing
------------------  -------  ------  -------  ---------
R/ard_chisqtest.R        31       0  100.00%
R/ard_fishertest.R       33       0  100.00%
R/ard_ttest.R            78       0  100.00%
R/ard_wilcoxtest.R       83       0  100.00%
TOTAL                   225       0  100.00%

Diff against main

Filename              Stmts    Miss  Cover
------------------  -------  ------  --------
R/ard_fishertest.R      +33       0  +100.00%
TOTAL                   +33       0  +100.00%

Results for commit: e70755d

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

@zdz2101 zdz2101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ddsjoberg
Copy link
Collaborator Author

Thank you @zdz2101 !!

@ddsjoberg ddsjoberg merged commit 5969416 into main Feb 13, 2024
22 checks passed
@ddsjoberg ddsjoberg deleted the ard_fishertest branch February 13, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants