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
1 parent edd0913 commit 45bded0
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 @@ -131,7 +131,7 @@ plot.initial_graph <- function(x,
eps = NULL,
background_color = "white",
margins = c(0, 0, 0, 0)) {
oldpar <- par("bg", "mar")
oldpar <- graphics::par("bg", "mar")
on.exit(suppressWarnings(par(oldpar)))

if (length(v_palette) != 2) {
Expand Down

0 comments on commit 45bded0

Please sign in to comment.