Skip to content

Commit e626c22

Browse files
committed
Update ignore: invisible device
1 parent 23e58e5 commit e626c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/launch_megaplots.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
#' @return A shiny app
4242

4343
launch_megaplots <- function(host = "0.0.0.0", port = 3838, ...) {
44+
pdf(NULL)
45+
invisible(dev.off())
4446
golem::with_golem_options(
4547
app = shinyApp(
4648
ui = app_ui,

0 commit comments

Comments
 (0)