Skip to content
  •  
  •  
  •  
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Depends: methods
Imports:
graphics,
grDevices,
lifecycle,
magrittr,
Matrix,
pkgconfig (>= 2.0.0),
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ S3method(as.dendrogram,communities)
S3method(as.hclust,communities)
S3method(as.igraph,igraphHRG)
S3method(as.matrix,igraph)
S3method(asPhylo,communities)
S3method(as_ids,igraph.es)
S3method(as_ids,igraph.vs)
S3method(as_phylo,communities)
Expand All @@ -36,6 +37,8 @@ S3method(cohesion,igraph)
S3method(compare,communities)
S3method(compare,default)
S3method(compare,membership)
S3method(dendPlot,communities)
S3method(dendPlot,igraphHRG)
S3method(difference,igraph)
S3method(difference,igraph.es)
S3method(difference,igraph.vs)
Expand Down
Loading