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
Just a heads up that the way I might fix this issue is by removing support for inline entirely, and possibly for local_use_cli(). These were experimental features but we have converged towards using cli directly via cli::cli_abort() and friends.
Thanks for the heads up. This makes sense from my perspective. Otherwise there's a risk to have inconsistent behavior depending on installed libraries.
In cases when rlang is installed but glue is not installed the following code generates an error:
sessionInfo()
The text was updated successfully, but these errors were encountered: