Skip to content

Commit

Permalink
feat! Remove scg_eps(), scg_group() and scg_semi_proj(), broken…
Browse files Browse the repository at this point in the history
… and no longer maintained (#946)
  • Loading branch information
aviator-app[bot] authored Nov 9, 2023
2 parents 2d1c405 + 1f1042b commit c1175a8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,332 deletions.
10 changes: 0 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ S3method(rep,igraph)
S3method(rev,igraph.es)
S3method(rev,igraph.vs)
S3method(rglplot,igraph)
S3method(scg,Matrix)
S3method(scg,igraph)
S3method(scg,matrix)
S3method(summary,cohesiveBlocks)
S3method(summary,igraph)
S3method(t,igraph)
Expand Down Expand Up @@ -769,13 +766,6 @@ export(sample_tree)
export(sbm)
export(sbm.game)
export(scan_stat)
export(scg)
export(scgGrouping)
export(scgNormEps)
export(scgSemiProjectors)
export(scg_eps)
export(scg_group)
export(scg_semi_proj)
export(sequential_pal)
export(set.edge.attribute)
export(set.graph.attribute)
Expand Down
714 changes: 0 additions & 714 deletions R/scg.R

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions R/zzz-deprecate.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,6 @@ deprecated("running.mean", running_mean)

#' @export sbm.game
deprecated("sbm.game", sample_sbm)
#' @export scgGrouping
deprecated("scgGrouping", scg_group)
#' @export scgNormEps
deprecated("scgNormEps", scg_eps)
#' @export scgSemiProjectors
deprecated("scgSemiProjectors", scg_semi_proj)
#' @export set.edge.attribute
deprecated("set.edge.attribute", set_edge_attr)
#' @export set.graph.attribute
Expand Down
4 changes: 0 additions & 4 deletions man/scg-method.Rd

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

256 changes: 0 additions & 256 deletions man/scg.Rd

This file was deleted.

72 changes: 0 additions & 72 deletions man/scg_eps.Rd

This file was deleted.

Loading

0 comments on commit c1175a8

Please sign in to comment.