-
Notifications
You must be signed in to change notification settings - Fork 48
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
loading package causes a lot functions to fail #283
Comments
Sorry, I am not sure anymore if this issue is due to tsibble package on its own. I am able to run things fine on another machine. so something went wrong with R / Rstudio on my machine. |
Ditto here. Whatever this error is, it's even overriding other errors on my box, so this is the only thing that is being displayed. I thought it had to do with my Rstudio them (tomorrow night). It's even killing a lot of the basic ggplot2 themes, like scale_fill_brewer |
Have you resolved this issue? It's not the issue arisen from {tsibble}. This error is triggered from the {cli} package, probably because one of the packages you installed happened to reply on the development version of {cli}. |
Locally this issue is not reproducible. Facing this error quite frequently on the server. Error in make_ansi_style(x[["color"]]) : Can someone help in resolving this issue? Solutions tried : Installing cli did not help. @earowang - will you be able to help here? |
Loading tsibble package is causing a lot of functions to fail with error "Error in make_ansi_style(x[["color"]]) : Unknown style specification: br_magenta"
eg:
This does not only happen with this skim command but even select and mutate in dplyr
The text was updated successfully, but these errors were encountered: