Casey Sarapas

Results 4 comments of Casey Sarapas

I have a similar issue on Windows 10 using English (US) locale: ![screenshot of `tidyverse` load message showing U+221A displaying as "√"](https://user-images.githubusercontent.com/84583500/154694805-34621ed9-2324-4c4b-8a7f-4d372d0bda0f.png) RStudio, cli, and locale details: ``` rstudioapi::bugReport() #...

It's Consolas. I don't have Menlo (on Windows), but the issue is the same with Courier, Courier New, and Lucida Console. (Also I didn't think it would make a difference,...

I don't think this is supported (either by the VSCode R extension or in RStudio). However, I had the same need so knocked together a pair of functions to display...

But `log_breaks()` fails when there are zeroes in the data or limits -- ie, the typical use case for `pseudo_log_trans()`. ```r p + scale_color_viridis_b( transform = pseudo_log_trans(base = 10), breaks...