Skip to content

Commit

Permalink
Fixed doi bug with last CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollway committed Dec 18, 2021
1 parent 818cd7a commit af2df86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^CRAN-RELEASE$
^doc$
^Meta$
^CRAN-SUBMISSION$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ working/*
/Meta/
tests/testthat/Rplots.pdf
.DS_Store
CRAN-SUBMISSION
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: migraph
Title: Multimodal and Multilevel Network Analysis
Version: 0.8.12
Date: 2021-12-18
Version: 0.8.13
Date: 2021-12-19
Description: A set of tools that extend common social network analysis packages
for analysing multimodal and multilevel networks.
It includes functions for one- and two-mode (and sometimes three-mode)
Expand Down
2 changes: 1 addition & 1 deletion R/census.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ NULL
#' @rdname graph_census
#' @references
#' Hollway, James, Alessandro Lomi, Francesca Pallotti, and Christoph Stadtfeld.
#' “\href{https://doi.org/10.1017/nws.2017.8}{Multilevel Social Spaces: The Network Dynamics of Organizational Fields}.”
#' “\doi{10.1017/nws.2017.8}{Multilevel Social Spaces: The Network Dynamics of Organizational Fields}.”
#' _Network Science_ 5, no. 2 (June 2017): 187–212.
#' @source Alejandro Espinosa 'netmem'
#' @examples
Expand Down

0 comments on commit af2df86

Please sign in to comment.