-
Notifications
You must be signed in to change notification settings - Fork 2
v1.7.1 #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
v1.7.1 #124
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
757072f
Added tie_is_twomode() for identifying ties that are multimodal
jhollway 2941294
Improved to_uniplex() to now handle filtering multimodal multiplex co…
jhollway 8a628e4
#patch bump
jhollway 821df10
Compiled both ison_marvel datasets into single multiplex dataset
jhollway 7046a8e
Added net_node_names() and net_tie_names() to obtain information abou…
jhollway 99212da
Split documentation of measure_attributes up into nodes and ties
jhollway c56a8a0
add_changes() needs to work with a tbl_graph
jhollway 0504f9e
Removed unnecessary global variables
jhollway 7fffd8b
Exporting own expect_nodes and expect_ties for other packages
jhollway 796cbec
Added net_name() for obtaining the name of the network, if it has one
jhollway c79e4f5
write_graphml() first coerces to igraph
jhollway 553e3c3
filter_nodes() now uses dplyr::all_of()
jhollway f1c6ff4
Restructured modifying functions to be documented around e.g. direction
jhollway 6d67aeb
Fixed net_name() documentation
jhollway 5901ecf
Using multiplex fict_marvel dataset
jhollway f5abeac
net_by_mixed() now works with multiplex networks
jhollway bd334a2
Using fict_marvel in tests
jhollway 8cfbc5a
Fixed #123 by adding NAs in place and removing them before making the…
jhollway 4126d59
Exporting expect_nodes() and expect_ties() for use in other packages
jhollway 7dcc7d9
Restructured website
jhollway 2df12f2
Added interpolate() helper for injecting e.g. missing data
jhollway a74167a
Improved to_mode1() and to_mode2() to drop unnecessary nodal information
jhollway db42558
Improved to_mode1() and to_mode2() to carry forward nodal and tie inf…
jhollway 421eca9
Updated NEWS
jhollway File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version/date are bumped for a 1.7.1 release, but there is no corresponding 1.7.1 entry in NEWS.md. If this PR is intended to cut v1.7.1, NEWS.md should be updated to summarize user-visible changes so the package changelog stays consistent with the release metadata.