Skip to content

Commit

Permalink
chore: check in the run_dev template
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurData committed Jul 19, 2024
1 parent 9ec9fe8 commit 010e569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/shinyexample/dev/run_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ options(shiny.port = httpuv::randomPort())
golem::detach_all_attached()
# rm(list=ls(all.names = TRUE))

# Check for missing namespaces
check_namespace_sanity(disable = FALSE)

# Document and reload your package
golem::document_and_reload()

Expand Down

0 comments on commit 010e569

Please sign in to comment.