Skip to content

Duplicated ellipsis arguments in make_survival_metric_function() #563

@hfrick

Description

@hfrick

I came across these duplicated dots and assume that this might be a bug

yardstick/R/aaa-metrics.R

Lines 550 to 557 in dd08316

dynamic_call_args <- quos(
data = data,
truth = !!enquo(truth),
... = ...,
na_rm = na_rm,
case_weights = !!enquo(case_weights),
... = ...
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    upkeepmaintenance, infrastructure, and similar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions