Conversation
…t it runs once rather than three times
…utograph>netrics>migraph sequence
There was a problem hiding this comment.
Pull request overview
This PR bumps migraph to v1.6.9, consolidating the stocnet stack’s “new version available” check into {migraph} (with caching and GitHub fallback) and adjusting the empty run_tute() tutorial listing to reflect the intended package progression.
Changes:
- Add a single cached attach-time version check for
{migraph},{manynet},{autograph}, and{netrics}, consulting CRAN and GitHub. - Update
run_tute()package order and preserve that order in the empty listing output. - Bump package version and align release notes / CRAN comments for the new behavior.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| R/zzz.R | Adds consolidated, cached CRAN/GitHub version checking on attach. |
| R/tutorial_run.R | Reorders stocnet package sequence and preserves listing order. |
| NEWS.md | Documents v1.6.9 changes (version check + tutorial listing). |
| NAMESPACE | Formats import blocks (no functional change intended). |
| DESCRIPTION | Bumps version to 1.6.9 and updates roxygen2 config version. |
| cran-comments.md | Documents attach-time caching + internet behavior for CRAN submission. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #321 +/- ##
==========================================
- Coverage 61.22% 61.17% -0.06%
==========================================
Files 9 9
Lines 717 716 -1
==========================================
- Hits 439 438 -1
Misses 278 278 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Description
Package
{migraph}so that it runs once rather than three times{remotes}tools::R_user_dir("migraph", "cache"), so most sessions make no network request at alloptions(snet_check_version = FALSE)Learning
run_tute()listing of tutorials to suggest manynet>autograph>netrics>migraph sequenceChecklist: