Teun van den Brand
Teun van den Brand
> Still not getting in what situation anyone would want things from different categories all positioned to the left. In no situation would one want this. However, without further information,...
I think the breakage is not worth the change. The position adjustment system is delicate and people are attached to how they work. You can always extend a position adjustment...
I think the right think to do here is to explore if we can have an option like `preserve = "centered"`. I'll open a second one for `geom_violin(position = "dodge2")`
Right, if this is a duplicate this can just be closed. Is there an expectation when this might propagate to CRAN? The PR you mention is two years old.
Sorry I didn't mean to be rude or grumpy but I'm sorry if I came across that way :) I'm somewhat in a revdep witchhunt myself, which is how I...
From a quick peek, it seems like fonts are working fine in the sense that they are correctly preserved across the `wrap_table()` transition, but R graphics devices need to be...
This is just a simple reminder.
Thanks for the report! It seems like a use case for [ggragged](https://mikmart.github.io/ggragged/), which would probably be much simpler. I've forgotten the logic behind `strip_split()`, so I don't know if there...
Slightly terser example with less moving parts ``` r xct [1] "Jan\n2021" "Feb" "Mar" "Apr" "May" "Jun" #> [7] "Jul" "Aug" "Sept" "Oct" "Nov" "Dec" ``` Created on 2025-04-29 with...
This is just a simple reminder.