Skip to content

Commit

Permalink
dont run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Jan 22, 2025
1 parent 73b0ddc commit d2ca2c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/layout_backbone.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return list of xy coordinates and vector of edge ids included in the backbone
#' @examples
#' library(igraph)
#'
#' \dontrun{
#' g <- sample_islands(9, 20, 0.4, 9)
#' g <- simplify(g)
#' V(g)$grp <- as.character(rep(1:9, each = 20))
Expand All @@ -19,7 +19,7 @@
#' # add backbone links as edge attribute
#' E(g)$col <- FALSE
#' E(g)$col[bb$backbone] <- TRUE
#'
#' }
#' @references Nocaj, A., Ortmann, M., & Brandes, U. (2015). Untangling the hairballs of multi-centered, small-world online social media networks. Journal of Graph Algorithms and Applications: JGAA, 19(2), 595-618.
#' @export
#'
Expand Down
4 changes: 2 additions & 2 deletions man/layout_backbone.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2ca2c1

Please sign in to comment.