-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
Probably related to #131
It seems like the function that caused the error is never actually shown in the error message. I was expecting to see Error in fn(): here.
Is the env argument enough? Or do we need call separately?
fn <- function() {
lifecycle::deprecate_stop(
when = "1.0.0",
what = I("Supplying `...` without names"),
details = "foo"
)
}
fn()
#> Error:
#> ! Supplying `...` without names was deprecated in <NA> 1.0.0 and is now
#> defunct.
#> ℹ fooMetadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement