Jack Davison
Jack Davison
Could be nice to have a very simple cheat-sheet in the same vein as the new https://rstudio.github.io/cheatsheets/?
Links to https://github.com/davidcarslaw/openair/issues/366. Might be nice to have a new section under "data access" that briefly outlines how to read a file from disk. Some people are struggling a bit...
Hi Matt, Thanks very much for this package. I saw your talk at EARL2022 on `{a11ytables}` but didn't get the opportunity to ask the following. We often use UK government...
Currently `polarMap()` is set up in such a way to expect single pollutant statistics but breaks using, e.g., Pearson/Spearman/robust_slope. Need to: - Detect if the stat is a pairwise statistic...
Certain polar mapping functions can take a little while, in particular: - `annulusMap()` - just takes a while because `polarAnnulus()` takes a while - Something with lots of `type` categories...
I'm posting this as it potentially links to https://github.com/quarto-dev/quarto-cli/issues/9897. In short, I came into an issue where a slightly misspelled leaflet provider string ended up breaking my whole Quarto document,...
This PR tracks the implementation of #70. Current ideas: - `valueMap()` - creates spot concentrations w/ one pollutant, or bar charts w/ multiple pollutants - `distributionMap()` (a bit wordy) -...
A colleague is encountering an issue saving a large geographical heatmap made using `geom_tile()`; when saving this quite large, high-res plot as a PNG image the squares produced by `geom_tile()`...
`updatemenus` > `buttons` don't behave as expected when restyling `y` axis (ignores `color` channel)
```r library(plotly) dat add_lines(color = dat$site) |> layout(updatemenus = list(list( type = "buttons", y = 0.8, buttons = list( list( method = "restyle", args = list("y", list(dat$nox)), label = "NOx"...
https://rstudio.github.io/leaflet/articles/extending.html#example I think this is meant to demonstrate adding a Bing tileset, but it currently shows nothing at all! I don't know if the Bing API key has expired? 