Jonathan Carroll
Jonathan Carroll
I haven't looked at this for a while, but that makes sense - is there a better way to do the zoom, or does this need something like `inherit.aes =...
For a `ZERO_RESULTS` return, try ``` > google_directions(origin = "Adelaide, South Australia", destination = "New York, New York", key="") $available_travel_modes [1] "DRIVING" "BICYCLING" "WALKING" $geocoded_waypoints geocoder_status place_id types 1 OK...
I usually save the key in a hidden file on my local drive outside of the `git` scope (add to `.gitignore` just in case) then read it in to the...
I haven't been able to get my head around how `ggproto` works enough to offer any suggestions for how to fix this, but a workaround might be to use `stat_miss_point()`...
Hi @mapostolides - my PR to add titles was not merged so this functionality only exists in the feature/plot-title branch of my fork: https://github.com/jonocarroll/UpSetR/tree/feature/plot-title
Just to help with the review of this, here's my previous construction from #290 with these changes applied ``` r library(naniar) library(ggplot2) mydat
Re-aligned with master branch. I believe the errors in checks are unrelated to this PR.
I also ended up writing something to do this https://gist.github.com/jonocarroll/d5d315f1504d4cf8a06caf0bfdf58af5 This uses a depth-first search to recursively list the files and folders and doesn't have additional dependencies (base R). I...
As far as I know (and that may be vastly out of date) if you want a colour to be stable you need to specify it with a manual scale....
I haven't, sorry. I can try to reacquaint myself with this code sometime and see what I can do.