Skip to content
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

Can we drop warning advice from last_warnings()? #68

Closed
hadley opened this issue Dec 10, 2020 · 0 comments
Closed

Can we drop warning advice from last_warnings()? #68

hadley opened this issue Dec 10, 2020 · 0 comments

Comments

@hadley
Copy link
Member

hadley commented Dec 10, 2020

Instead of:

message: `data_frame()` is deprecated as of tibble 1.1.0.
Please use `tibble()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
backtrace:

Could we show:

<deprecated>
message: `data_frame()` is deprecated as of tibble 1.1.0.
Please use `tibble()` instead.
backtrace:

?

(Also note that backtrace should get a capital letter and should be bolded to match last_trace())

lionel- added a commit that referenced this issue Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant