You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but then the user would not see the functionality of which package the function is coming from.
Thanks for the great package! I am happy to open a pull request for this but I am honestly not sure if the suggested line above is the best answer.
The dummy function in the example for
lifecycle::deprecated()
is calledfoobar_adder
but the call tolifecycle::deprecate_warn()
looks likelifecycle/R/arg.R
Line 24 in 9417eca
where
foo
is shown as the package from whichbar_adder()
comes from rather than a function calledfoobar_adder()
. As is, it results in the user seeingI believe the line should be
but then the user would not see the functionality of which package the function is coming from.
Thanks for the great package! I am happy to open a pull request for this but I am honestly not sure if the suggested line above is the best answer.
R Session Info
The text was updated successfully, but these errors were encountered: