Skip to content

Commit 010e569

Browse files
committed
chore: check in the run_dev template
1 parent 9ec9fe8 commit 010e569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/shinyexample/dev/run_dev.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ options(shiny.port = httpuv::randomPort())
88
golem::detach_all_attached()
99
# rm(list=ls(all.names = TRUE))
1010

11+
# Check for missing namespaces
12+
check_namespace_sanity(disable = FALSE)
13+
1114
# Document and reload your package
1215
golem::document_and_reload()
1316

0 commit comments

Comments
 (0)