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

Simplify tidyr::separate.soma_adat() S3 method #73

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

stufield
Copy link
Contributor

@stufield stufield commented Jan 5, 2024

Overview of Pull Request

- simplified code using `%||%`
- added expeanded error messages inside `stopifnot()`
- minor fix of unit test syntax
- fixes SomaLogic#72
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fed7c33) 73.61% compared to head (04b333e) 73.59%.
Report is 3 commits behind head on main.

❗ Current head 04b333e differs from pull request most recent head baf7513. Consider uploading reports for the commit baf7513 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   73.61%   73.59%   -0.02%     
==========================================
  Files          39       39              
  Lines        1440     1439       -1     
==========================================
- Hits         1060     1059       -1     
  Misses        380      380              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stufield stufield merged commit 50e8a42 into SomaLogic:main Jan 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tweak to S3 tidyr::separate.soma_adat()
2 participants