``` > lifecycle::deprecate_stop("1.0.0", "foo()", "foo(bar = )") Error: `foo()` is deprecated as of <NA> 1.0.0. Please use the `bar` argument instead. ```