In somewhat long processes, Shiny warns a partial match warning "from result to results" when options(warnPartialMatchArgs = TRUE) coming from cli_progress_done, after the shiny built in bar is shown (which happensa automatically).
Is this typo or can break something?
I can track this to the following line:
|
complete = function(bar, .envir, results) { |
(I think it is the shiny specific handler)
In somewhat long processes, Shiny warns a partial match
warning"from result to results" whenoptions(warnPartialMatchArgs = TRUE)coming from cli_progress_done, after the shiny built in bar is shown (which happensa automatically).Is this typo or can break something?
I can track this to the following line:
cli/R/progress-server.R
Line 381 in 2e112bc
(I think it is the shiny specific handler)