rdeck icon indicating copy to clipboard operation
rdeck copied to clipboard

Deck.gl widget for R

Results 36 rdeck issues
Sort by recently updated
recently updated
newest added

{crosstalk} allows filtering markers on a leaflet map without needing a full blown shiny server is a great feature of leaflet. Is it possible to add this feature to rdeck?...

Legend size is determined by the number of ticks. For discrete scales, number of ticks = number of breaks. This makes sense, but limits the number of breaks you can...

feature

The RStudio Desktop QtWebEngine is running Chrome 69, which is 3+ years out of Google support. https://github.com/rstudio/rstudio/blob/f0040a3edba37b54317aa9f9b1fdc87746168c3b/src/cpp/core/BrowserUtils.cpp#L116-L121 RStudio web engine user-agent: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like...

Deprecate in `v0.4`, remove in `v0.5` Lazy loading (#27) doesn't work reliably. It is unclear how to force the browser to destroy un-referenced webglcontexts (i.e. run the garbage collection to...

Curious if there's a more accessible way to identify overlapping points on a map. While I know there's a subtractive and additive options for points, I'm curious about accessibility for...

Hi Anthony, I'm just wondering what the best way to go about writing a custom theme would be in the way you've written "kepler" and "light"? Ideally, I'd like to...

``` 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()`:...

Add support for client-side data filtering, using [DataFilter](https://deck.gl/docs/api-reference/extensions/data-filter-extension) layer extension, allowing for performant filtering of layer data already available on the client. Each filter should support multiple layers and multiple...

feature