David Holstius

Results 9 comments of David Holstius

+1. My RStudio server users encounter the same problem (redirect to localhost:1410, but the server is remote; there is no localhost from their perspective). Looking forward to this functionality! Thanks...

+1 for having borders baked in. HTML size is doubled when adding the polyline borders separately, "on top" of the polygons, via a subsequent call to `addGlPolylines()`. Guessing this is...

Thank you, @edzer. An interpretation and a functional solution have been provided by @thomasp85 at https://github.com/tidyverse/ggplot2/issues/4630.

Closed too soon. When trying to translate that solution (for `geom_raster()`) back to `geom_stars()`, I get this error: ``` Error: Aesthetics must be valid data columns. Problematic aesthetic(s): fill =...

Either seemed appropriate to me. %>% is read “and then”; it does the same thing pseudo-linguistically as a paragraph break (that is, it separates “sentences”). The “hand” is more of...

Yes—and I would!—but I'm using libraries that don't allow it, like `leaflet-shiny` and `rCharts` (see the examples). My workaround is to wrap values with the precision I need in a...

Great! Good to have it in RJSONIO too. Thanks @duncantl @jcheng5 > On Jul 29, 2014, at 8:49 PM, Joe Cheng [email protected] wrote: > > FWIW shiny does this now,...

Drawing order is extremely important to treat in a balanced (shuffled?) way! Thank you for considering it.