Skip to content
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,6 +1,6 @@
Package: migraph
Title: Inferential Methods for Multimodal and Other Networks
Version: 1.6.4
Version: 1.6.5
Description: A set of tools for testing networks.
It includes functions for univariate and multivariate
conditional uniform graph and quadratic assignment procedure testing,
Expand All @@ -21,7 +21,7 @@ Depends:
R (>= 4.1.0),
manynet (>= 2.1.2),
autograph (>= 0.4.0),
netrics
netrics (>= 0.3.1)
Imports:
dplyr (>= 1.1.0),
ergm,
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# migraph 1.6.5

2026-06-22

## Package

- Updated netrics dependency to 0.3.1 to fix reverse dependency issue

# migraph 1.6.4

2026-06-22
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
0 errors | 0 warnings | 0 notes

- Updated manynet dependency to 1.2.1 to fix reverse dependency issue
- Updated netrics dependency to 0.3.1 to fix reverse dependency issue
Loading