Skip to content

Commit

Permalink
fixed some Notes/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Jul 30, 2021
1 parent 7b66e8e commit cad6248
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
^\.github$
png$
gif$
^CRAN-RELEASE$
_pkgdown.yml
pkgdown/
2 changes: 1 addition & 1 deletion R/bundle_force.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @details see [online](https://github.com/schochastics/edgebundle) for plotting tips
#' @seealso [edge_bundle_hammer],[edge_bundle_stub]
#' @references
#' Holten, Danny, and Jarke J. Van Wijk. "ForceDirected Edge Bundling for Graph Visualization." Computer Graphics Forum (Blackwell Publishing Ltd) 28, no. 3 (2009): 983-990.
#' Holten, Danny, and Jarke J. Van Wijk. "Force-Directed Edge Bundling for Graph Visualization." Computer Graphics Forum (Blackwell Publishing Ltd) 28, no. 3 (2009): 983-990.
#' @examples
#' library(igraph)
#' g <- graph_from_edgelist(matrix(c(1,12,2,11,3,10,4,9,5,8,6,7),ncol = 2,byrow = TRUE),FALSE)
Expand Down
2 changes: 1 addition & 1 deletion man/edge_bundle_force.Rd

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

0 comments on commit cad6248

Please sign in to comment.