Skip to content

Commit

Permalink
Only run seqLogoApp example in interactive sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jul 3, 2023
1 parent cc4dc0c commit 2bca1f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/seqLogoApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#' tfile <- tempfile(fileext = "_seq.csv")
#' write.table(tbl, file = tfile, row.names = FALSE,
#' col.names = TRUE, quote = TRUE, sep = ",")
#' seqLogoApp(tfile)
#' if (interactive()) {
#' seqLogoApp(tfile)
#' }
#'
#' @importFrom shiny fluidPage fluidPage sidebarLayout sidebarPanel
#' mainPanel downloadButton plotOutput renderPlot reactive downloadHandler
Expand Down
4 changes: 3 additions & 1 deletion man/seqLogoApp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bca1f3

Please sign in to comment.