Stefano Mezzini
Stefano Mezzini
Thanks for the quick response! I've attached a csv with the output from `systemfonts::system_fonts()`. The issue occurs on both my laptop and my work computer. [fonts.csv](https://github.com/r-lib/ragg/files/9686818/fonts.csv)
Yes, I think I was using an old version because I don't have the issue after updating `gratia`. Sorry!
Part of the issue is also due to the setup in `s()`. `bs = 'sos'` assumes the coordinates to be given as `s(lat, long)`, so using `s(long, lat)` causes the...
You could place a check for the values so that for `s(x1, x2)` you can reverse them based on the `max(abs(...))` of the two and print a warning