Skip to content

Commit

Permalink
isTRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 3, 2024
1 parent 0e79c69 commit 56aac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/centrality.R
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ eigen_centrality <- function(graph,
}

if (lifecycle::is_present(scale)) {
if (scale) {
if (isTRUE(scale)) {
lifecycle::deprecate_soft(
"2.1.1",
"eigen_centrality(scale)",
Expand Down

0 comments on commit 56aac3e

Please sign in to comment.