tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.45k stars 2.02k forks source link

Bump vctrs version #5811

Closed teunbrand closed 5 months ago

teunbrand commented 5 months ago

This PR aims to fix #5810.

Briefly, vec_run_sizes() was introduced in {vctrs} 0.6.0 and we use it in ggplot2, so we should require at least that version of vctrs.