Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR implements version 1.6.1 of the manynet package, with significant enhancements to network creation functions and data handling capabilities. The release includes three new network generation functions, improved test reliability, and expanded support for dynamic network analysis.
- Added three new network creation functions:
create_windmill(),create_wheel(), andcreate_cycle() - Enhanced dynamic network support with improved time attribute handling and new datasets
- Moved visualization tutorial to
{autograph}package and updated tutorial discovery functions
Reviewed Changes
Copilot reviewed 18 out of 22 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| R/make_create.R | Implements three new network creation functions with comprehensive parameter validation |
| R/data_ison.R | Adds two new datasets for judo moves and nuclear discourse networks |
| R/mark_net.R | Expands multiplex detection to recognize additional tie attributes |
| R/class_networks.R | Improves dynamic network time range description handling |
| tests/testthat/test-manip_format.R | Replaces random sampling with deterministic values for test reliability |
| inst/CITATION | Adds proper citation information for the package |
| R/manynet-tutorials.R | Updates tutorial functions to search across stocnet packages including autograph |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Description
Package
{autograph}run_tute()andextract_tute()to search for{autograph}Printing
describe_changes()to work with time as well as begin/end tie attributesMaking
create_windmill()create_wheel()create_cycle()Modifying
to_uniplex()test so that it doesn't rely on random samplingMarking
is_multiplex()to recognise more tie attributesData
irps_nuclear_discoursefor goldfish and various testing of dynamic networksison_judo_movesfor judo move sequencesChecklist: