Ian Fellows
Ian Fellows
I'd like to second the request for a `ggridges` implementation. ``` library(ggridges) ( ggplot(diamonds, aes(price, cut)) + stat_binline(bins = 20, scale = .7, draw_baseline = FALSE) + theme_ridges() ) %>%...
Thanks for the reply. Good idea on the functor implementation. I'd start by saying that this is "not a big deal," but let me make the case anyway. 1. You...
Both were done on a rocker/rstudio docker container running: ``` Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster ```
Yes it is artificial. In reality it is a nice html formatted table giving info about that facility. I made it about the same character length. Note that this behavior...
Wow! Thank you so much for looking into this so quickly. It is very interesting. The app sent is a bit heavier than what I'm deploying in order to make...
I tried chunking the data, which works and renders progressively when deployed locally, but I'm seeing the same error on shinyapps.io. I replaced the `mapdeck_update` line with: ```r sq %...
Thanks Joe, I upgraded my shiny.io account to check, and yes it works so long as I (the client) have sufficient bandwidth and low enough latency. When I bounce off...
My shiny output is defined as `output$map`. I was just looking around in the javascript console for a way to get to the mapbox map object, and found `mapmap`.
@crazycapivara Is it possible to link the layers from the `mapdeck` users perspective, or would this require a feature addition to `mapdeck` itself?
Great. Again, I think this is a really good idea for a book. I'm always telling people that they should focus less on what predictive algorithm they are using and...