-
Notifications
You must be signed in to change notification settings - Fork 50
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
load_all() removes methods provided by downstream packages without a warning #163
Comments
This also happens in R 3.6 and R 4.0. Earlier versions of pkgload issue a warning, with v1.1.0 (63d383c) I see:
Even if we can't fix the problem, restoring the warning would be very nice. |
Downstream issue: r-lib/pillar#330. |
This warning was removed in #145, you can see there the reasons it was removed. |
Thanks. Let's fix the problem then. Should |
Created on 2021-06-05 by the reprex package (v2.0.0)
tbl_sum.tbl_df()
is provided by the tibble package,tbl_sum.tbl()
is provided by pillar. It looks like the secondload_all()
somehow invaldiates the method registration. This happens on Ubuntu and on macOS M1.The text was updated successfully, but these errors were encountered: