Dominic Royé

Results 18 issues of Dominic Royé

I cannot specify the straight argument since it seems unknown for geom_textsf(). ``` library(sf) library(geomtextpath) library(tidyverse) point st_sfc(crs = 4326) |> st_transform(3035) pointbdf st_as_sf() |> st_cast("LINESTRING") |> mutate(label = "dummy")...

I wanted to make an interactive graph with geom_hline using a polar coordinate system. With the cartesian CS, it works fine, but in the polar CS, it shows only the...

I just updated all packages, R to 4.4 and RStudio, and since then, I have only a white/blank Viewer window for any graph. The following example gives me only a...

I would like to propose a change in the style of the legend by changing to open axes with arrows. The following are changes I made on the basis of...

I get a dimension error when I want to filter a single pressure level from my ncdf. I can filter the time dimension without any issues. Data example can be...

I have a 4 GB geotiff which I am reading as stars_proxy, and then I wanted to change to a lower resolution with st_wrap(). The thing is that, in some...

reprex needed

I use a progress bar for my function in future_map() running as a background job in RStudio. It works with `enable = TRUE`, but is it possible to avoid repeating...

question
gui/RStudio

I opened an issue for the progressr package, but it seems to be an problem of the cli package, see https://github.com/HenrikBengtsson/progressr/issues/174#issuecomment-2415780091 ![image](https://github.com/user-attachments/assets/6dd44c61-19b9-4a11-b5c8-d38ab425b7ad)