-
Notifications
You must be signed in to change notification settings - Fork 129
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
Importing cli leads to weird downstream errors #754
Comments
Working around for now, CC @gaborcsardi. |
So what is happening here? I suspect the active binding is causing trouble, but how? |
I also suspected the active binding but couldn't replicate. Note that you really need to build/install cli and tibble for testing, perhaps also the downstream package if you use that for testing. On a side note, can we soft-deprecate |
Lots of packages use |
|
tibble 3.0.1 - `[<-.tbl_df()` coerces matrices to data frames (#762). - Use delayed import for cli to work around unload problems in downstream packages (#754). - More soft-deprecation warnings are actually visible. - If `.name_repair` is a function, no repair messages are shown (#763). - Remove superseded signal for `as_tibble.list()`, because `as_tibble_row()` only works for size 1. - `as_tibble(validate = )` now always triggers a deprecation warning. - Subsetting and subassignment of rows with one-column matrices work again, with a deprecation warning (#760). - Attempts to update a tibble row with an atomic vector give a clearer error message. Recycling message for subassignment appears only if target size is != 1. - Tweak title of "Invariants" vignette.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
ropensci/RNeXML#247 (comment)
Created on 2020-04-03 by the reprex package (v0.3.0)
Testing requires reinstalling the tibble package!
Changing cli doesn't seem to help, need to double-check (change, reinstall tibble, reinstall RNeXML, test).
Workaround: Remove
#' @importFrom cli ...
The text was updated successfully, but these errors were encountered: