Miles McBain
Miles McBain
``` pak::pkg_install("milesmcbain/capsule") v Updated metadata database: 3.78 MB in 6 files. v Updating metadata database ... done > Will update 2 packages. > Will download 2 packages with unknown size....
Hey there Thanks for the very cool extension! I see multiple issues about font size (edit: e.g. #17, #22). I'm no TS/JS developer, but here is a sketch of a...
The ability to insert a list and have the elements added individually is nice, however when pushing a list of length 1, the list is not unwrapped. This requires the...
I did an initial sketch of this idea in this PR: https://github.com/tidyverse/tidyeval/pull/9 The premise is based purely on my own experience: I found quoting hard to understand until I encountered...
``` kingaroy_mpc_response_dispatch_calendar = plot_dispatch_calendar( kingaroy_mpc_responses, title = "Calendar of dispatches to mobile property crashes from Kingaroy station"), ```
The current warning looks like something has gone wrong.
This is a kind of reboot of this issue I opened up on `cli`: https://github.com/r-lib/cli/issues/56 My symptoms with `progress` are similar to those I describe there, i.e. I have bulk...
``` r library(rdeck)library(sf) #> Linking to GEOS 3.10.1, GDAL 3.4.0, PROJ 8.2.0; sf_use_s2() is TRUE reprex_data add_scatterplot_layer( data = reprex_data, get_fill_color = scale_color_category( state_hazmat_mobilised ) ) #> Error in `add_scatterplot_layer()`:...
Not sure if this is the behaviour you refer to, but in my playthrough so far, the last arrow key I press is effectively repeated infinitely. E.g. If I tap...
It's confession time. **Deep breath** I have no idea what I am doing with open source licensing. My current practice is to use `devtools::use_mit_license` and hope for the best. I...