Skip to content

Commit

Permalink
dev update
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Jul 27, 2020
1 parent dd2f467 commit b2885ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions dev/02_dev.R
Expand Up @@ -24,6 +24,7 @@ golem::add_module( name = "right" ) # Name of the module
golem::add_module( name = "about" ) # Name of the module
golem::add_module( name = "my_hexes" ) # Name of the module
golem::add_module( name = "guided_tour", fct = "cicerone") # Name of the module
golem::add_module( name = "prizes") # Name of the module

usethis::use_r("R6")
usethis::use_r("triggers")
Expand Down
3 changes: 0 additions & 3 deletions dev/run_dev.R
Expand Up @@ -8,8 +8,5 @@ golem::detach_all_attached()
# Document and reload your package
devtools::document()
pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
# Run the application
library(reactlog)
reactlog_enable()

run_app(with_mongo = TRUE)

0 comments on commit b2885ce

Please sign in to comment.