William Gearty

Results 63 issues of William Gearty

I was trying to get all of the tree probabilities (using the --trprobs command), however my runs have been crashing while writing the tree probability file. Even more problematic, it...

It would be interesting to have a version of `coord_geo()` that extends the functionality of `coord_polar()` ([source here](https://github.com/tidyverse/ggplot2/blob/master/R/coord-polar.r)) for circular plots. I imagine this would be almost exclusively used for...

enhancement

I feel like this shouldn't be too difficult. Just need a way to pass a list of theme elements to `theme()`.

enhancement

I'm trying to use preserve = "single" as you would with boxplots to maintain the sizes of the boxes when there are unused factors. While I figured it would work...

bug
positions :1st_place_medal:

Starting today, I'm now consistently getting failed R cmd check builds with r-devel. The entire check completes properly, but then the error reporting at the end fails. The builds only...

bug

Right now it appears you can only use `by_id = TRUE` if you are supplying IDs with `id`, but it would be great if it also worked when a `web_history`...

When creating a normal data.frame with `dgearthgrid` for use with `ggplot`, the results are fine: ```r library(dggridR) dggs

@LewisAJones suggests that I implement a way to have the background colors of facet strips based on the colors from the GTS. I have code to do this with gtable...

enhancement

Is it possible to neatly add labels as part of `coord_geo_polar`? Or should that be left to the user?

enhancement

No one has complained about this (yet), but it looks like the behavior of the `pos` argument is different for whichever side you are specifying. For example, for the bottom...

bug