From 26240026f1dcbd38e7bcd42a8a2e7b66e88274f9 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:44:19 +0200 Subject: [PATCH] vbump shinybusy (#269) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `block()` and `unblock()` functions are available since version [`0.3.2` ](https://github.com/dreamRs/shinybusy/blob/4e7b48dede431fec3355e89e5396f2ad31214f3a/NEWS.md?plain=1#L3) This is correctly identified by verdepcheck pipelines - [latest run](https://github.com/insightsengineering/teal.reporter/actions/runs/8585971368). This is failing with the below: ``` ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-DownloadReportModule.R:13:3'): download_report_button_srv - render and downlaod a document ── Error: 'block' is not an exported object from 'namespace:shinybusy' ``` I will be running verdepcheck pipelines manually. You can track its status here: https://github.com/insightsengineering/teal.reporter/actions/workflows/scheduled.yaml?query=branch%3Afix_verdepcheck --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4565b987..75b61f80 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,7 @@ Imports: R6, rmarkdown (>= 2.19), shiny (>= 1.6.0), - shinybusy, + shinybusy (>= 0.3.2), shinyWidgets (>= 0.5.1), yaml (>= 1.1.0), zip (>= 1.1.0)