From e8e6549dd744f31f3df26f6a3b76c67545cc9ca0 Mon Sep 17 00:00:00 2001 From: James Hollway Date: Tue, 25 Oct 2022 22:05:21 +0200 Subject: [PATCH] Updated DESC and NEWS --- .gitignore | 2 ++ DESCRIPTION | 4 ++-- NEWS.md | 12 ++++++++++++ cran-comments.md | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 93f95c80..12b90619 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ tests/testthat/Rplots.pdf .DS_Store CRAN-SUBMISSION man/figures/unnamed-chunk-1-1.png +inst/tutorials/community/community_data/* +inst/tutorials/equivalence/equivalence_data/* diff --git a/DESCRIPTION b/DESCRIPTION index 9058a70e..620246d0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: migraph Title: Tools for Multimodal Network Analysis -Version: 0.12.2 -Date: 2022-10-12 +Version: 0.12.3 +Date: 2022-10-25 Description: A set of tools for analysing multimodal networks. All functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects, diff --git a/NEWS.md b/NEWS.md index 0a55254e..635d39ff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# migraph 0.12.3 + +## Package + +- Converted 'community' vignette to a learnr tutorial +- Converted 'equivalence' vignette to a learnr tutorial + +## Motifs + +- Added node names to node_motif class where available +- Added `node_brokerage_census()` and `network_network_census()` for counting Gould-Fernandez brokerage roles + # migraph 0.12.2 ## Package diff --git a/cran-comments.md b/cran-comments.md index c9526e8a..1c874d4d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,4 +9,4 @@ 0 errors | 0 warnings | 0 notes -- Package size known to be slight over 5Mb (5.1Mb) due to documentation +- Package size no longer over 5MB