Skip to content
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

v0.4.4 #67

Merged
merged 4 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: manynet
Title: Many Ways to Make, Modify, Mark, and Map Myriad Networks
Version: 0.4.3
Date: 2024-03-14
Version: 0.4.4
Date: 2024-03-15
Description: A set of tools for making, modifying, marking, and mapping many different types of networks.
All functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects,
and on one-mode, two-mode (bipartite), and sometimes three-mode networks.
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# manynet 0.4.4

2024-03-15

## Modifying

- Fixed documentation issue with `to_scope()` for CRAN resubmission

# manynet 0.4.3

2024-03-13
Expand Down
2 changes: 1 addition & 1 deletion R/manip_reformed.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ to_subgraph.matrix <- function(.data, ...){
}

#' @rdname to_scope
#' @section: `to_blocks()`:
#' @section `to_blocks()`:
#' Reduced graphs provide summary representations of network structures
#' by collapsing groups of connected nodes into single nodes
#' while preserving the topology of the original structures.
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

This is a resubmission. In this version I have:

* Fixed issues with `autographr()` examples that were taking too long to run
* Fixed documentation issue with `to_scope()`
4 changes: 2 additions & 2 deletions man/to_scope.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading