From b0f63ab2a40e54a4bf805dabc9a818a06379a095 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Wed, 18 Dec 2024 11:30:28 +0100 Subject: [PATCH] issue ref --- inst/apps/data_analysis_modules/app.R | 1 + inst/apps/data_analysis_modules/ui.R | 1 + 2 files changed, 2 insertions(+) diff --git a/inst/apps/data_analysis_modules/app.R b/inst/apps/data_analysis_modules/app.R index f2c205f..ae6a6c6 100644 --- a/inst/apps/data_analysis_modules/app.R +++ b/inst/apps/data_analysis_modules/app.R @@ -2094,6 +2094,7 @@ ui_elements <- list( icon = shiny::icon("download") ), shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.") + ## https://github.com/quarto-dev/quarto-cli/issues/7151 # ) # ) ), diff --git a/inst/apps/data_analysis_modules/ui.R b/inst/apps/data_analysis_modules/ui.R index 45a2605..782c3ba 100644 --- a/inst/apps/data_analysis_modules/ui.R +++ b/inst/apps/data_analysis_modules/ui.R @@ -254,6 +254,7 @@ ui_elements <- list( icon = shiny::icon("download") ), shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.") + ## https://github.com/quarto-dev/quarto-cli/issues/7151 # ) # ) ),