Jack Davison

Results 50 issues of Jack Davison

Should fix #19 @davidcarslaw - can you confirm this is doing what you expect? I'm not clear on the original purpose of `intervals` - is it just to smooth over...

bug

Off the back of #76 Would be good if the `{leaflet}` version also has this functionality.

enhancement
map:trajectories 🌐

Interesting interaction in `summarise(across(...))` - if I try to deselect some grouping var, `z`, in `across()` and but summarise by it using `.by = `, it errors claiming that it...

gt version 0.11.0 patchwork version 1.3.0 --- reprex: ``` gt gt::gt() |> gt::fmt_markdown() gt ``` ![image](https://github.com/user-attachments/assets/e96a3c88-ba69-4b52-93f7-01eab8491a26) ``` patchwork::wrap_table(gt) ``` ![image](https://github.com/user-attachments/assets/b9476360-2fa1-4491-ab74-523ffe4511fb) --- I wasn't sure if a) this was a known...

Fixes #927 Briefly, this replaces the now-broken Bing 'extending Leaflet' example [here](https://rstudio.github.io/leaflet/articles/extending.html#example) with the heatmap one found at: https://gist.github.com/jcheng5/c084a59717f18e947a17955007dc5f92 Also removes a duplicate NEWs item. Example now looks like this:...

The documentation for `excel_sheets()` reads: > The list of sheet names is especially useful when you want to iterate over all of the sheets in a workbook. The `vignette("readxl-workflows")` article...

documentation
good first issue :heart:
help wanted :heart:
tidy-dev-day :nerd_face:

### Feature request Currently, `aqStats()` is a fairly prescriptive function that spits out fixed and limited air quality statistics that are mainly useful for UK data. Recent work I've done...

enhancement

This is a suggestion to implement #388. Users can create their own air quality statistics objects with `aqStat()` and then provide them, as a list, to `calcAQStats()` which will actually...

enhancement
utilities 🛠

- Imports sf (I believe already imported by `{leaflet}` so a "free import") and uses it to find nearest geographic feature. - Adds `crs` arg to `getMeta()` - users can...

Analogue for `addTrajPaths()` but for `trajLevelMap()`, for use with, e.g., `{shiny}` Can likely pull out the guts of `trajLevelMap()` to use in this other function, and then call it in...

enhancement
map:trajectories 🌐