Skip to content

"results" instead of "result" #820

@rikivillalba

Description

@rikivillalba

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions