Clarify package architecture: marks in netrics, is_*() in manynet, dependency guidance for autograph#2
Closed
Clarify package architecture: marks in netrics, is_*() in manynet, dependency guidance for autograph#2
Conversation
…reate _pkgdown.yml, update DESCRIPTION Co-authored-by: jhollway <5595229+jhollway@users.noreply.github.com>
…efs, remove tutorials section, update installation) Co-authored-by: jhollway <5595229+jhollway@users.noreply.github.com>
…tch package conventions Co-authored-by: jhollway <5595229+jhollway@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation and tests for netrics package
Fix package identity: replace stale manynet/migraph references, add pkgdown config
Feb 28, 2026
…tograph depends on both Co-authored-by: jhollway <5595229+jhollway@users.noreply.github.com>
…ming conventions Co-authored-by: jhollway <5595229+jhollway@users.noreply.github.com>
Co-authored-by: jhollway <5595229+jhollway@users.noreply.github.com>
Copilot
AI
changed the title
Fix package identity: replace stale manynet/migraph references, add pkgdown config
Clarify package architecture: marks in netrics, is_*() in manynet, dependency guidance for autograph
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the question of where mark functions should live and how downstream packages like
{autograph}should structure their dependencies.Decision:
node_is_*()andtie_is_*()stay in{netrics}— they are analytic functions (finding cutpoints, bridges requires graph algorithms). Network-levelis_*()tests (is_directed(),is_twomode()) stay in{manynet}— they describe data type, not analytic results.{autograph}should depend on both since it needs network classes and analytic results to visualize.Changes
manynet→netrics→autograph/migraph) and the data-property vs analytic-result separation principle*_by_*()) from Motifs (*_x_*()) into distinct sections — these were conflated under a single "Motifs" headingnode_degree()→node_by_degree(), etc.)Marking→node_is_*(),Measures→*_by_*(), etc.)Architecture
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.