Skip to content

Commit

Permalink
App launched on shinyapps.io
Browse files Browse the repository at this point in the history
  • Loading branch information
marton-balazs-kovacs committed Apr 22, 2020
1 parent 8061579 commit 144959c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ $run_dev.*
^README\.Rmd$
^doc$
^Meta$
^app\.R$
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Imports:
purrr,
tibble,
waiter,
vroom
vroom,
pkgload
RoxygenNote: 7.0.0
Suggests:
testthat,
Expand Down
7 changes: 7 additions & 0 deletions app.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Launch the ShinyApp (Do not remove this comment)
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file

pkgload::load_all()
options( "golem.app.prod" = TRUE)
tenzing::run_app() # add parameters here (if any)

0 comments on commit 144959c

Please sign in to comment.