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

cleaning up #255

Merged
merged 1 commit into from
Jan 9, 2025
Merged

cleaning up #255

merged 1 commit into from
Jan 9, 2025

Conversation

ddsjoberg
Copy link
Collaborator

I was running the R CMD Checks manually and noted some warnings that I hadn't dealt with. Cleaning those up now, and improving an error message in one case.


Pre-review Checklist (if item does not apply, mark is as complete)

  • All GitHub Action workflows pass with a ✅
  • 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.
  • If a new ard_*() function was added, it passes the ARD structural checks from cards::check_ard_structure().
  • If a new ard_*() function was added, set_cli_abort_call() has been set.
  • If a new ard_*() function was added and it depends on another package (such as, broom), is_pkg_installed("broom") has been set in the function call and the following added to the roxygen comments: @examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom""))
  • Code coverage is suitable for any new functions/features (generally, 100% coverage for new code): devtools::test_coverage()

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

  • If a bug was fixed, a unit test was added.
  • Code coverage is suitable for any new functions/features: devtools::test_coverage()

When the branch is ready to be merged:

  • Update NEWS.md with the changes from this pull request under the heading "# cardx (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).
  • All GitHub Action workflows pass with a ✅
  • Approve Pull Request
  • Merge the PR. Please use "Squash and merge" or "Rebase and merge".

@ddsjoberg ddsjoberg requested a review from edelarua January 9, 2025 17:57
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Unit Tests Summary

  1 files  161 suites   1m 12s ⏱️
159 tests 159 ✅ 0 💤 0 ❌
672 runs  672 ✅ 0 💤 0 ❌

Results for commit a895fe8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Unit Test Performance Difference

Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
ard_continuous.survey.design 💔 $12.12$ $+1.73$ unstratified_ard_continuous.survey.design_works

Results for commit 9b57350

♻️ This comment has been updated with latest results.

Copy link
Contributor

@edelarua edelarua left a comment

Choose a reason for hiding this comment

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

Looks good!!

@ddsjoberg ddsjoberg merged commit 3bfefa2 into main Jan 9, 2025
33 checks passed
@ddsjoberg ddsjoberg deleted the cleaning-up branch January 9, 2025 22:16
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
@ddsjoberg
Copy link
Collaborator Author

thank you for reviewing!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants