Skip to content

Commit

Permalink
vbump shinybusy (#269)
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
pawelru authored Apr 8, 2024
1 parent 9103c6a commit 2624002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2624002

Please sign in to comment.