William Gearty

Results 63 issues of 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...

enhancement
wontfix

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...

enhancement

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) #>...

help wanted
dependency

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: ![image](https://github.com/willgearty/deeptime/assets/7232514/eeac87d2-5b53-439b-b17a-875d6dff55e0) I should make a version of `facet_grid_color()` that extends [`ggh4x::facet_nested()`](https://teunbrand.github.io/ggh4x/reference/facet_nested.html).

enhancement

`coord_trans_xy()` is pretty nifty, even if it's not _that_ useful outside of making plots like this: ![image](https://github.com/willgearty/deeptime/assets/7232514/4198f10a-a6f6-466f-9171-a65ff41c25a6) However, one of the limitations of `coord_trans_xy` is that it can only modify...

enhancement

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...

enhancement

See more details here: https://docs.ropensci.org/vcr/

feature-request

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...

bug

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...

documentation

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) *...