Skip to content

v1.6.0#312

Merged
jhollway merged 24 commits intomainfrom
develop
Apr 4, 2026
Merged

v1.6.0#312
jhollway merged 24 commits intomainfrom
develop

Conversation

@jhollway
Copy link
Copy Markdown
Collaborator

@jhollway jhollway commented Feb 18, 2026

Description

Package

  • Updated logo

  • Fixed generic arguments and rely on dplyr::tibble() instead of tibble::tibble() internally

Testing

  • Fixed test_permutation() to use netrics::net_by_density()
  • Fixed net_regression() to use manynet::to_permuted()

Tutorials

  • Moved run_tute() and extract_tute() from {manynet} to here
  • Fixed fict_marvel example
  • Fixed diversity tutorial to work with fict_marvel
  • Fixed ergm tutorial to work with {netrics}
  • Moved tutorial0/data from {manynet}
  • Added tutorial testing, with a quiet option
  • Tutorials are highlighted in the README

Checklist:

  • Documentation
    • DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch)
    • Date in DESCRIPTION is correct
    • Longer functions are commented inline or broken down into helper functions to help debugging
  • PR form
    • Title indicates expected version number
    • PR description above and the NEWS.md file are aligned
    • Description above itemizes changes under subsection titles, e.g. "## Data""
    • Closed, fixed, or related issues are referenced and explained in the description above, e.g. "Fixed #0 by adding A"

Copilot AI review requested due to automatic review settings February 18, 2026 19:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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() to dplyr::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 through tidy.ergm()
  • Updated fict_marvel example 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.

@jhollway jhollway changed the title v1.5.8 v1.6.0 Mar 15, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 4, 2026

Codecov Report

❌ Patch coverage is 15.78947% with 64 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.58%. Comparing base (13b2944) to head (129a8f3).
⚠️ Report is 31 commits behind head on main.

Files with missing lines Patch % Lines
R/tutorial_run.R 0.00% 49 Missing ⚠️
R/class_models.R 0.00% 11 Missing ⚠️
R/tutorial_test.R 72.72% 3 Missing ⚠️
R/model_regression.R 75.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jhollway jhollway merged commit c3bd7ef into main Apr 4, 2026
3 of 6 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.

2 participants