-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
In the examples and my own code, I see <NA> in the output
https://lifecycle.r-lib.org/reference/deprecate_soft.html#ref-examples
deprecate_warn("1.0.0", "foo()")
#> Warning: `foo()` was deprecated in <NA> 1.0.0.
I think it's not finding the pkg argument
Line 316 in 80a1e52
| glue_what("{ fn } was deprecated in { pkg } { when }.") |
Reactions are currently unavailable