Skip to content

Commit

Permalink
Set display = "browser" if interactive()
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jul 9, 2024
1 parent 219ff7d commit cbae78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MotifPeeker.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ MotifPeeker <- function(
meme_path = NULL,
out_dir = tempdir(),
save_runfiles = FALSE,
display = NULL,
display = ifelse(interactive(), "browser", NULL),
workers = 2,
quiet = TRUE,
debug = FALSE,
Expand Down

0 comments on commit cbae78e

Please sign in to comment.