Author: Michael R. Crusoe <crusoe@debian.org>
Description: Skip test that require the R package 'coro'
Forwarded: not-needed

'coro' is not yet packaged for Debian.
--- r-cran-shiny.orig/tests/testthat/test-stacks-deep.R
+++ r-cran-shiny/tests/testthat/test-stacks-deep.R
@@ -234,6 +234,7 @@
 })
 
 test_that("coro async generator deep stack count is low", {
+  skip_if_not_installed("coro")
   gen <- coro::async_generator(function() {
     for (i in 1:50) {
       await(coro::async_sleep(0.001))
