Closed jamesmbaazam closed 7 months ago
Attention: Patch coverage is 91.66667%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 98.78%. Comparing base (
3c03275
) to head (19d290f
). Report is 5 commits behind head on main.:exclamation: Current head 19d290f differs from pull request most recent head bd4407f. Consider uploading reports for the commit bd4407f to get more accurate results
Files | Patch % | Lines |
---|---|---|
R/epichains.R | 90.90% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR closes #185.
Please check if the PR fulfills these requirements
[x] I have read the CONTRIBUTING guidelines
[ ] A new item has been added to
NEWS.md
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
[x] Checks have been run locally and pass
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature.
The current S3 class for the object returned by
simulate_chains()
is called<epichains_tree>
. This name was chosen to be descriptive of the tree structure of the object but has been deemed redundant.The class is now renamed to
<epichains>
Not applicable.