New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soft deprecate funs() #3930
soft deprecate funs() #3930
Conversation
|
I think for this release we should probably do a soft-deprecation (i.e. no warning), and then warn in the next release (i.e. file an issue to hard deprecate) |
Perhaps we don't want to document this? This is a consequence of using |
|
Yeah, I'd recommend either |
db6a4f0
to
56b3de0
Compare
|
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Still need to:
funs()test-funs.RI replaced tests and various mentions of
funsin the documentation by usinglist(sometimes named).