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

loading package causes a lot functions to fail #283

Closed
stahengik opened this issue Aug 10, 2022 · 4 comments
Closed

loading package causes a lot functions to fail #283

stahengik opened this issue Aug 10, 2022 · 4 comments

Comments

@stahengik
Copy link

stahengik commented Aug 10, 2022

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:
image

This does not only happen with this skim command but even select and mutate in dplyr

@stahengik
Copy link
Author

Sorry, I am not sure anymore if this issue is due to tsibble package on its own.
It happened after installing "clock" package which had me update a bunch of other packages.

I am able to run things fine on another machine. so something went wrong with R / Rstudio on my machine.

@JPScaccia
Copy link

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

@earowang
Copy link
Member

earowang commented Oct 8, 2022

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}.

@earowang earowang closed this as completed Oct 8, 2022
@livelikegourav
Copy link

livelikegourav commented Feb 13, 2024

Locally this issue is not reproducible. Facing this error quite frequently on the server.
Error Message :

Error in make_ansi_style(x[["color"]]) :
Unknown style specification: br_magenta
Calls: ... structure -> theme_create -> lapply -> FUN -> make_ansi_style.

Can someone help in resolving this issue?

Solutions tried :

Installing cli did not help.

@earowang - will you be able to help here?

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

4 participants