tidyverts / tsibble

Tidy Temporal Data Frames and Tools
https://tsibble.tidyverts.org
GNU General Public License v3.0
530 stars 49 forks source link

loading package causes a lot functions to fail #283

Closed stahengik closed 1 year ago

stahengik commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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_fillbrewer

earowang commented 1 year ago

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

livelikegourav commented 7 months ago

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?