Dominic Royé

Results 45 comments of Dominic Royé

es_ES.utf8 doesn't exist in Windows. Here is my output from your code: SPANISH ``` > Sys.setlocale("LC_TIME", "Spanish_Spain.1252") > format enc2utf8(unique(format(lubridate:::.date_template, format = format))) [1] "ju.@jueves@ene.@enero@@" "lu.@lunes@feb.@febrero@@" "ma.@martes@mar.@marzo@@" [4] "do.@domingo@abr.@abril@@" "vi.@viernes@may.@mayo@@"...

It is working correctly. Thank you!

I have to reopen this issue since it is still happening with weekdays. I am sorry that I noticed it now! ``` > library(lubridate) > Sys.getlocale("LC_TIME") [1] "Spanish_Spain.1252" > dt...

I just downgraded metR to the commit "42c03f2cb3b8c688100e501ca79c62f53a3d24da" from 28 Nov, 2020 and it is working fine. See: https://xeo81.shinyapps.io/MeteoExtremosGalicia/ ![image](https://user-images.githubusercontent.com/42300133/108998497-4850d000-76a1-11eb-9366-236685396f02.png)

I still have problems in some cases. I just taught an introductory course and some students had problems again (it is not related to poor internet connection). Even with the...

A possible solution could be defining `color = after_scale(fill)` in `aes()`, but I am not sure if this is really wanted.

@thomasp85 have you seen this issue? Is this correct? Thank you!

Hi Marc! Here is a sample code. For what I wanted to do I needed to make my own circles. In any case, it would be interesting to add a...

But if I understand correctly also cairo-png uses anti-aliasing, right? Also, this issue started with an update on ragg at the end of last year. In the case of cairo...

You can fin the used GeoTifff here https://github.com/dominicroye/sun_app/tree/main/data. Thank you