Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the package version to 1.5.8 and fixes several issues related to generic method implementations and example code. The changes ensure consistency with broom package conventions and fix an infinite recursion bug.
Changes:
- Standardized tibble creation by switching from
tibble::tibble()todplyr::tibble()throughout the codebase - Fixed function signatures and column names in tidy/glance/summary methods for sienaFit objects to follow broom conventions
- Commented out
summary.ergm()to prevent infinite recursion throughtidy.ergm() - Updated
fict_marvelexample to use correct dataset and transformation pipeline
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DESCRIPTION | Bumped version from 1.5.7 to 1.5.8 |
| NEWS.md | Added entry for v1.5.8 with description of fixes |
| R/class_models.R | Fixed tidy/glance/summary methods for sienaFit; commented out problematic summary.ergm |
| NAMESPACE | Removed summary.ergm export; added dplyr::tibble import |
| R/model_tests.R | Updated fict_marvel example code |
| man/tests.Rd | Updated documentation with corrected fict_marvel example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #312 +/- ##
==========================================
- Coverage 57.09% 52.58% -4.52%
==========================================
Files 8 10 +2
Lines 627 696 +69
==========================================
+ Hits 358 366 +8
- Misses 269 330 +61 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Package
Updated logo
Fixed generic arguments and rely on
dplyr::tibble()instead oftibble::tibble()internallyTesting
test_permutation()to usenetrics::net_by_density()net_regression()to usemanynet::to_permuted()Tutorials
run_tute()andextract_tute()from{manynet}to herefict_marvelexamplefict_marvel{netrics}{manynet}Checklist: