Skip to content

Commit

Permalink
Shiny dioes not start automatically in interactive mode, workaround i…
Browse files Browse the repository at this point in the history
…mplemented
  • Loading branch information
GabrielKaiserQFin committed Aug 26, 2024
1 parent d46be0a commit 88ebc9e
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 238 deletions.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
######################################## .

.onAttach <- function(libname, pkgname) {
packageStartupMessage("Welcome to groqR!")
packageStartupMessage("Welcome to groqR!\n\n\n############################################################\n##### Execute `on_startup()` on the first-time run #####\n############################################################\n\n\n")
on_startup()
}

Expand Down
Loading

0 comments on commit 88ebc9e

Please sign in to comment.