Skip to content

Commit 9aea6d7

Browse files
authored
Update launch_megaplots.R
1 parent 0adf7cb commit 9aea6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/launch_megaplots.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#' @return A shiny app
4242

4343
launch_megaplots <- function(host = "0.0.0.0", port = 3838, ...) {
44-
png(tempfile(), width = 800, height = 600)
44+
pdf(NULL)
4545
invisible(dev.off())
4646
golem::with_golem_options(
4747
app = shinyApp(

0 commit comments

Comments
 (0)