Dominic Royé

Results 18 issues of Dominic Royé

If I use Spanish or French Locale for abbreviated version of the month labels, these are displayed with "ene\\.", but it should be only "ene.". I'm using Windows 10. ```r...

bug
localisation
clock

I have problems with the use of `with_tz()` in `if_else() `with `mutate()`. I wanted to change the time zone according to a variable, but it doesn't work as I expected....

Hi, I have issues with geom_arrow() within geom_tile() and facet_grid() since my last update. I am using metR 0.9.1.9000 and tidyverse 1.3.0. ![wind_santiago](https://user-images.githubusercontent.com/42300133/108728121-8f1bba00-7529-11eb-8b99-969f00248c1a.png) Data example [here](https://www.dropbox.com/s/ovl51z8v6a3af0u/data_wind.RData?dl=0) ``` library(tidyverse) library(metR) load("data_wind.RData")...

Recently I had several times problems when a student had to use the function `ne_countries (scale = 10)`. The rnaturalearth package was installed correctly, but it required to install again...

Hi, Lately, I have had issues using ragg (last version) with geom_tile(). I am not sure where it comes from, but using png_cairo on windows doesn't provoke this strange pattern,...

Hi, I liked your package when it came out, it's really fantastic. Recently I made a blog post using the package to create a firefly cartographic effect (https://dominicroye.github.io/en/2021/firefly-cartography/). Now I...

I'm trying to add a social icon, but it is not showing up. https://fontawesome.com/icons/researchgate?style=brands [[menu.icon]] url = "https://www.researchgate.net/profile/user" name = "researchgate" weight = 3 What is wrong?

I have noticed that on Posit Cloud when I import multidimensional geotiff the time is not formatted correctly: ``` > rast("./data/horas_sol_esp.tiff") class : SpatRaster dimensions : 322, 486, 485 (nrow,...

Could it be possible to include an argument for popup options? I saw that in the leaflet package, there are arguments for options in addPolygons. The idea is to have...

I have tried to use geom_glowpath() with a simple feature line, but it's always giving the grouping error of only one observation when I include stat = "sf_coordinates". It works...