Skip to content

v1.0.2#54

Merged
jhollway merged 2 commits into
mainfrom
develop
Apr 30, 2026
Merged

v1.0.2#54
jhollway merged 2 commits into
mainfrom
develop

Conversation

@jhollway

Copy link
Copy Markdown
Contributor

…res`

Description

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 April 30, 2026 15:07
@codecov

codecov Bot commented Apr 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.30%. Comparing base (c2ee23c) to head (eca96cd).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   56.30%   56.30%           
=======================================
  Files          24       24           
  Lines        1920     1920           
=======================================
  Hits         1081     1081           
  Misses        839      839           

☔ 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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the {autograph} package to v1.0.2 and updates release notes, along with a regenerated dataset object intended to fix an error when using ergm_res.

Changes:

  • Bump package version to 1.0.2 (and set the release date).
  • Add a NEWS entry for 1.0.2 describing the ergm_res fix.
  • Update package-level documentation text about how to run the tutorial.
  • Replace data/ergm_res.rda with an updated serialized object.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
man/autograph-package.Rd Updates package-level \details text to point to a local tutorial runner.
data/ergm_res.rda Updates the serialized ergm_res dataset object to address the reported error.
NEWS.md Adds v1.0.2 changelog entry and repositions an older 1.0.1 note under Plotting.
DESCRIPTION Bumps package version to 1.0.2 (date unchanged in diff context).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread man/autograph-package.Rd Outdated
\details{
For more details, please consult the README and work through the tutorial.
The tutorial is available in the package documentation and on the package website.
The tutorial can be run locally using \code{migraph::run_tute("visualisation")}.

Copilot AI Apr 30, 2026

Copy link

Choose a reason for hiding this comment

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

migraph::run_tute() is referenced here, but this package does not list {migraph} in Depends/Imports/Suggests (DESCRIPTION), so users following this will likely hit “package ‘migraph’ not found”. Since {manynet} is in Depends and other docs already refer to run_tute("Visualisation") without the migraph:: qualifier, consider switching this to the same runner (e.g., manynet::run_tute(...) / run_tute(...)) and use the same tutorial identifier/casing used elsewhere in the package docs to avoid confusion.

Suggested change
The tutorial can be run locally using \code{migraph::run_tute("visualisation")}.
The tutorial can be run locally using \code{run_tute("Visualisation")}.

Copilot uses AI. Check for mistakes.
@jhollway jhollway merged commit ac59f77 into main Apr 30, 2026
5 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