as small note on docx export errors

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-18 11:29:46 +01:00
parent f07979e57c
commit 97d7f424a8
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -2079,7 +2079,7 @@ ui_elements <- list(
label = "Output format", label = "Output format",
selected = NULL, selected = NULL,
choices = list( choices = list(
"Word" = "docx", "MS Word" = "docx",
"LibreOffice" = "odt" "LibreOffice" = "odt"
# , # ,
# "PDF" = "pdf", # "PDF" = "pdf",
@ -2092,7 +2092,8 @@ ui_elements <- list(
outputId = "report", outputId = "report",
label = "Download", label = "Download",
icon = shiny::icon("download") 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.")
# ) # )
# ) # )
), ),

View file

@ -239,7 +239,7 @@ ui_elements <- list(
label = "Output format", label = "Output format",
selected = NULL, selected = NULL,
choices = list( choices = list(
"Word" = "docx", "MS Word" = "docx",
"LibreOffice" = "odt" "LibreOffice" = "odt"
# , # ,
# "PDF" = "pdf", # "PDF" = "pdf",
@ -252,7 +252,8 @@ ui_elements <- list(
outputId = "report", outputId = "report",
label = "Download", label = "Download",
icon = shiny::icon("download") 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.")
# ) # )
# ) # )
), ),