Joe Cheng
Joe Cheng
It's not currently possible. I wasn't really thinking of heatmap transitions when I started out, but it makes plenty of sense I guess.
Please see https://github.com/rstudio/d3heatmap/pull/31. You can install it with `devtools::install_github("rstudio/d3heatmap@colorlabels")`.
Shoot. I think d3 v3 and d3 v4 can actually exist side-by-side, but, because they use the same name `"d3"` htmltools/htmlwidgets assumes that they are substitutes. One fix would be...
Probably a little work there, it might be helpful to integrate that logic right into r2d3. @javierluraschi maybe we can discuss tomorrow in person if you'll be around.
Here's some example code from googledrive that's quoted in the gargle docs: ```r drive_token
@MarkEdmondson1234 Oh, thanks for the pointer; that didn’t even occur to me, I’ve only ever used OAuth myself. No regrets though, the server side approach is already working well and...
@jennybc Ah, yes, I think `AuthState` will work! I will need to change `cred` and `auth_active` to active properties, but other than that, it looks like it should be simple....
@jennybc There is a (not insurmountable) problem with modifying AuthState's behavior. This is how `.auth` is declared [in googledrive](https://github.com/tidyverse/googledrive/blob/43436098863c82921ec8accf5f47e9c3aed04ad4/R/drive_auth.R#L4): ```r .auth
> Do you agree with this take? Yep, 100%. > One thing we haven't discussed is people who want to use a cached OAuth token or a service account token...
@hadley @jennybc I think the time has come to decide where we want this code to ship. * In {gargle}? Then {base64enc} becomes a dependency and {shiny} (and some packages...