William Gearty
William Gearty
In `deeptime::coord_geo()`, there is the option to use `ggfittext` to scale the labels such that they don't overlap with one another and fit within their boxes. I'm not aware of...
It would be nice to have a way to ensure that we have the MOST equal-length bins possible. This could include some sort of algorithm that checks a bunch of...
Recent changes in ggplot2 (presumably part of v. 3.5.0) have caused the axis lines (primary and secondary) of [`coord_trans_xy()`](https://williamgearty.com/deeptime/reference/coord_trans_xy.html) to be rendered in the wrong positions: ``` r library(ggforce) #>...
I could see [`ggh4x::facet_nested()`](https://teunbrand.github.io/ggh4x/reference/facet_nested.html) being used to show a stacked geological timescale like this:  I should make a version of `facet_grid_color()` that extends [`ggh4x::facet_nested()`](https://teunbrand.github.io/ggh4x/reference/facet_nested.html).
`coord_trans_xy()` is pretty nifty, even if it's not _that_ useful outside of making plots like this:  However, one of the limitations of `coord_trans_xy` is that it can only modify...
I don't expect to replace/remove `coord_geo()` anytime soon, but I think it would be fairly easy to [assemble a custom geological timescale axis guide](https://ggplot2.tidyverse.org/articles/extending-ggplot2.html#creating-new-guides) that could then be used with...
See more details here: https://docs.ropensci.org/vcr/
A user noted a bit ago that one of our functions broke when using a tibble (e.g., generated by read_csv with a PBDB url). At the time we just directed...
The justification docs [on this page](https://ggplot2.tidyverse.org/reference/geom_text.html#alignment) (`?geom_text`) are wrong (or at least misleading). These state that a value of 0 is right/bottom and a value of 1 is top/left. Whereas...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_deeptime.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) *...