Skip to content

Commit 650b5c5

Browse files
authored
Merge pull request #294 from stocnet/develop
#v1.3.4
2 parents d58d036 + ce11fef commit 650b5c5

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: migraph
22
Title: Many Network Measures, Motifs, Members, and Models
3-
Version: 1.3.3
4-
Date: 2024-03-06
3+
Version: 1.3.4
4+
Date: 2024-03-07
55
Description: A set of tools for analysing multimodal networks.
66
It includes functions for measuring
77
centrality, centralization, cohesion, closure, constraint and diversity,

NEWS.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
# migraph 1.3.4
2+
3+
2024-03-07
4+
5+
## Measures
6+
7+
- Fixed DOI issue for Burchard/Cornwell paper
8+
19
# migraph 1.3.3
210

3-
2024-01-25
11+
2024-03-06
412

513
## Measures
614

R/measure_holes.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ node_bridges <- function(.data){
6666
#' Burchard, Jake, and Benjamin Cornwell. 2018.
6767
#' “Structural Holes and Bridging in Two-Mode Networks.”
6868
#' _Social Networks_ 55:11–20.
69-
#' \doi{10.1016/j.socnet.2018.04.001.}
69+
#' \doi{10.1016/j.socnet.2018.04.001}
7070
#' @examples
7171
#' node_redundancy(ison_adolescents)
7272
#' node_redundancy(ison_southern_women)

man/holes.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)