From 7b67016de5ec3339ca8f1929f32bd3fcfdecfd65 Mon Sep 17 00:00:00 2001 From: Martin Jung Date: Tue, 24 Sep 2024 09:51:09 +0200 Subject: [PATCH] Added log folder to avoid shinylogs errors --- .gitignore | 2 -- dev/03_deploy.R | 2 +- logs/README.txt | 0 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 logs/README.txt diff --git a/.gitignore b/.gitignore index 88b2f98..5517f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,3 @@ deploy/ # Shiny bookmarks shiny_bookmarks/ -# Ignore log files -logs/ diff --git a/dev/03_deploy.R b/dev/03_deploy.R index 51c8300..60f9869 100644 --- a/dev/03_deploy.R +++ b/dev/03_deploy.R @@ -35,7 +35,7 @@ golem::add_shinyappsio_file() ## If you want to deploy via a generic Dockerfile # golem::add_dockerfile_with_renv() ## If you want to deploy to ShinyProxy -golem::add_dockerfile_with_renv_shinyproxy(output_dir = "deploy") +golem::add_dockerfile_with_renv_shinyproxy(output_dir = "deploy", document = FALSE) # Internally hosted at IIASA # TODO: diff --git a/logs/README.txt b/logs/README.txt new file mode 100644 index 0000000..e69de29