Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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_resfix. - Update package-level documentation text about how to run the tutorial.
- Replace
data/ergm_res.rdawith 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.
| \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")}. |
There was a problem hiding this comment.
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.
| The tutorial can be run locally using \code{migraph::run_tute("visualisation")}. | |
| The tutorial can be run locally using \code{run_tute("Visualisation")}. |
…res`
Description
Checklist: