Skip to content

Commit

Permalink
TRIED TO DEPLY TO SHINY SERVER
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypertyz committed Jul 8, 2020
1 parent 65c9711 commit d3f26d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ $run_dev.*
^LICENSE\.md$
^README\.Rmd$
^CODE_OF_CONDUCT\.md$
^app\.R$
^rsconnect$
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Imports:
glue,
htmltools,
MODifieR,
shinyWidgets
shinyWidgets,
pkgload
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
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(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
options( "golem.app.prod" = TRUE)
MODifieRWeb::run_app() # add parameters here (if any)

0 comments on commit d3f26d7

Please sign in to comment.