Skip to content

Commit

Permalink
Merge pull request #486 from rich-iannone/remove-influencer
Browse files Browse the repository at this point in the history
Remove influenceR dependency from pkg
  • Loading branch information
rich-iannone authored May 17, 2023
2 parents 3d405d8 + 8e8ab7c commit 02cd5d7
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 406 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Imports:
htmltools (>= 0.5.2),
htmlwidgets (>= 1.5),
igraph (>= 1.2.11),
influenceR (>= 0.1.0.1),
magrittr (>= 1.5),
purrr (>= 0.3.4),
RColorBrewer (>= 1.1-2),
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export(get_alpha_centrality)
export(get_articulation_points)
export(get_authority_centrality)
export(get_betweenness)
export(get_bridging)
export(get_cache)
export(get_closeness)
export(get_closeness_vitality)
Expand All @@ -104,7 +103,6 @@ export(get_cmty_l_eigenvec)
export(get_cmty_louvain)
export(get_cmty_walktrap)
export(get_common_nbrs)
export(get_constraint)
export(get_coreness)
export(get_degree_distribution)
export(get_degree_histogram)
Expand Down
64 changes: 0 additions & 64 deletions R/get_bridging.R

This file was deleted.

99 changes: 0 additions & 99 deletions R/get_constraint.R

This file was deleted.

13 changes: 6 additions & 7 deletions R/set_node_attr_w_fcn.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
#' @inheritParams render_graph
#' @param node_attr_fcn The name of the function to use for creating a column of
#' node attribute values. Valid functions are: [get_alpha_centrality()],
#' [get_authority_centrality()], [get_betweenness()], [get_bridging()],
#' [get_closeness()], [get_cmty_edge_btwns()], [get_cmty_fast_greedy()],
#' [get_cmty_l_eigenvec()], [get_cmty_louvain()], [get_cmty_walktrap()],
#' [get_constraint()], [get_degree_distribution()], [get_degree_histogram()],
#' [get_degree_in()], [get_degree_out()], [get_degree_total()],
#' [get_eccentricity()], [get_eigen_centrality()], [get_pagerank()],
#' [get_s_connected_cmpts()], and [get_w_connected_cmpts()].
#' [get_authority_centrality()], [get_betweenness()], [get_closeness()],
#' [get_cmty_edge_btwns()], [get_cmty_fast_greedy()], [get_cmty_l_eigenvec()],
#' [get_cmty_louvain()], [get_cmty_walktrap()], [get_degree_distribution()],
#' [get_degree_histogram()], [get_degree_in()], [get_degree_out()],
#' [get_degree_total()], [get_eccentricity()], [get_eigen_centrality()],
#' [get_pagerank()], [get_s_connected_cmpts()], and [get_w_connected_cmpts()].
#' @param ... Arguments and values to pass to the named function in
#' `node_attr_fcn`, if necessary.
#' @param column_name An option to supply a column name for the new node
Expand Down
11 changes: 0 additions & 11 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -711,11 +711,6 @@ value_per_node_functions <- function() {
arg = NULL,
value_type = NULL
),
"get_bridging" =
data.frame(
arg = NULL,
value_type = NULL
),
"get_closeness" =
data.frame(
arg = "direction",
Expand Down Expand Up @@ -748,12 +743,6 @@ value_per_node_functions <- function() {
value_type = "numeric",
stringsAsFactors = FALSE
),
"get_constraint" =
data.frame(
arg = "nodes",
value_type = "numeric",
stringsAsFactors = FALSE
),
"get_degree_distribution" =
data.frame(
arg = "mode",
Expand Down
2 changes: 0 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ reference:
- get_radiality
- get_eccentricity
- get_coreness
- get_constraint
- get_closeness_vitality
- get_bridging
- get_dice_similarity
- get_jaccard_similarity
- get_w_connected_cmpts
Expand Down
43 changes: 0 additions & 43 deletions man/get_bridging.Rd

This file was deleted.

55 changes: 0 additions & 55 deletions man/get_constraint.Rd

This file was deleted.

13 changes: 6 additions & 7 deletions man/set_node_attr_w_fcn.Rd

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

Loading

0 comments on commit 02cd5d7

Please sign in to comment.