Teun van den Brand

Results 179 issues of Teun van den Brand

First release: * [x] `usethis::use_cran_comments()` * [x] Update (aspirational) install instructions in README * [x] Proofread `Title:` and `Description:` * [x] Check that all exported functions have `@return` and `@examples`...

When points are spaced more densely than the linewidth, a glitch can occur at corners where a sharp angle transitions into a smooth curve. ``` r library(ggarrow) #> Loading required...

bug

Hi Garrick, In ggplot2, we've made updates to `update_geom_defaults()` (https://github.com/tidyverse/ggplot2/pull/5781) that turned out to be incompatible with {xaringanthemer}. The issue stems from `theme_xaringan_restore_defaults()` where the `old_ggplot_defaults` cache became invalid due...

Hi there, We have been preparing for a new release of ggplot2, and during a reverse dependency check, it became apparent that the prospective ggplot2 3.5.0 would break genekitr. The...

minor issue

This PR aims to fix #5897. Instead of naming our function `ggpar()`, we name it `gparam()` instead. If you feel strongly about the name, feel free to leave suggestions.

This PR aims to fix #5898. Briefly, some extensions require `as.table` to be present, which this PR restores. Instead of incorporating `as.table` in `dir` in the constructor, we now do...

In #5855, we internally removed `as.table` and resolved it in the constructor. Reverse dependency checks revealed that several facet extensions rely on `as.table` to be present. It would be nice...

In #5867, we introduced `ggpar()` to ggplot2. It helps translating ggplot2 settings, which are often in mm (historical errors aside) to {grid} settings. `ggpubr::ggpar()` does something else entirely. From my...

This PR aims to fix #3738 and replaces #5824. Briefly, an example is included to use the `rescaler` argument to center a custom divergent scale. The example rendered: ``` r...

I have two ideas for making themes slightly easier to use. ### Element shortcuts Often, you simply want to switch a theme element on or off. For example if you...

themes :dancer: