diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 74c60e3..f71572a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,6 @@ - Documentation - [ ] DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch) - - [ ] Date in DESCRIPTION is correct - [ ] Longer functions are commented inline or broken down into helper functions to help debugging - PR form - [ ] Title indicates expected version number diff --git a/DESCRIPTION b/DESCRIPTION index c763c7d..c06093b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: netrics Title: Many Ways to Measure and Classify Membership for Networks, Nodes, and Ties -Version: 0.3.0 +Version: 0.3.1 Description: Many tools for calculating network, node, or tie marks, measures, motifs and memberships of many different types of networks. Marks identify structural positions, measures quantify network properties, @@ -15,7 +15,7 @@ Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0), - manynet (>= 2.0.0) + manynet (>= 2.1.2) Imports: dplyr, igraph (>= 2.1.0) diff --git a/NEWS.md b/NEWS.md index bc93604..0779165 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# netrics 0.3.1 + +## Package + +- Updated manynet dependency to 2.1.2 to fix reverse dependency issue + # netrics 0.3.0 ## Package diff --git a/cran-comments.md b/cran-comments.md index 064df7a..803edcb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,12 @@ ## Test environments -* local R installation, aarch64-apple-darwin20, R 4.5.2 -* macOS 15.7.4 (on Github), R 4.5.2 -* Microsoft Windows Server 2025 10.0.26100 (on Github), R 4.5.2 -* Ubuntu 24.04.3 (on Github), R 4.5.2 +* local R installation, aarch64-apple-darwin23, R 4.6.0 +* macOS 15.7.7 (on Github), R 4.6.0 +* Microsoft Windows Server 2025 10.0.26100 (on Github), R 4.6.0 +* Ubuntu 24.04.4 (on Github), R 4.6.0 ## R CMD check results 0 errors | 0 warnings | 0 notes -- Fixed reverse dependency issue +- Updated manynet dependency to 0.3.1 to fix reverse dependency issue diff --git a/inst/tutorials/tutorial5/position.Rmd b/inst/tutorials/tutorial5/position.Rmd index 193bb22..c35a7ea 100644 --- a/inst/tutorials/tutorial5/position.Rmd +++ b/inst/tutorials/tutorial5/position.Rmd @@ -56,7 +56,7 @@ alge <- to_named(ison_algebra) gif of rick and morty characters hanging out with themselves -For this session, we're going to use the "ison_algebra" dataset included in the `{netrics}` package. +For this session, we're going to use the "ison_algebra" dataset included in the `{manynet}` package. Do you remember how to call the data? Can you find out some more information about it via its help file?