From d3f26d7c53cd121f08970b35d4053e773d841beb Mon Sep 17 00:00:00 2001 From: Hyperty <56047053+Hypertyz@users.noreply.github.com> Date: Wed, 8 Jul 2020 09:56:15 +0200 Subject: [PATCH] TRIED TO DEPLY TO SHINY SERVER --- .Rbuildignore | 2 ++ DESCRIPTION | 3 ++- app.R | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 app.R diff --git a/.Rbuildignore b/.Rbuildignore index 5a61662..4d52509 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,3 +7,5 @@ $run_dev.* ^LICENSE\.md$ ^README\.Rmd$ ^CODE_OF_CONDUCT\.md$ +^app\.R$ +^rsconnect$ diff --git a/DESCRIPTION b/DESCRIPTION index c271f79..5b4d7de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,7 +14,8 @@ Imports: glue, htmltools, MODifieR, - shinyWidgets + shinyWidgets, + pkgload Encoding: UTF-8 LazyData: true RoxygenNote: 7.1.0 diff --git a/app.R b/app.R new file mode 100644 index 0000000..c0f6a2b --- /dev/null +++ b/app.R @@ -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)