Skip to content

Commit

Permalink
Fix R CMD check note
Browse files Browse the repository at this point in the history
  • Loading branch information
EeethB committed Jul 11, 2024
2 parents 45bded0 + 3017139 commit 7538384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.initial_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ plot.initial_graph <- function(x,
background_color = "white",
margins = c(0, 0, 0, 0)) {
oldpar <- graphics::par("bg", "mar")
on.exit(suppressWarnings(par(oldpar)))
on.exit(suppressWarnings(graphics::par(oldpar)))

if (length(v_palette) != 2) {
stop("Choose 2 palette colors or use `vertex.color` for more customization")
Expand Down

0 comments on commit 7538384

Please sign in to comment.