Mitchell O'Hara-Wild

Results 118 issues of Mitchell O'Hara-Wild

**What do you want the feature to do?** Add the H3 hexagon layer. https://github.com/uber/deck.gl/blob/master/docs/layers/h3-hexagon-layer.md Happy to help with this, I briefly tried to add support for it but the input...

enhancement

**What do you want the feature to do?** Add support for the icon layer: https://github.com/uber/deck.gl/blob/master/docs/layers/icon-layer.md Related to #30 and #118, any reason why these were closed? Do you have a...

enhancement

**Describe the bug** An error occurs when adding a layer without data. Having no data to display can be common in interactive environments. **To Reproduce** ``` r library(sf) #> Linking...

Before release it would be great to check that icons work in non-standard locations including: * tables (kable, gt, DT, etc.) * navbars (bookdown, pkgdown) * slide decks @apreshill has...

help wanted
good first issue

https://github.com/edent/SuperTinyIcons

Related: https://community.rstudio.com/t/use-of-open-source-icons-in-shiny/110056/5

Shiny apps and other services require the icons cached. As the downloading process may take substantial time, this downloading should only happen once per server. Some tools for easily deploying...

Using icons as masks for a word cloud is pretty cool. Currently you need to use `rsvg::rsvg()` to format the icons appropriately for the `mask` argument of `ggwordcloud::geom_text_wordcloud_area()`. Some simpler...