Ignacio Martinez
Ignacio Martinez
I'm having troubles understanding how I should use the SPARK_SUBMIT_ARGS env to solve my problem. Could you show me how I should incorporate it to the yaml? Thanks a lot....
Thanks! This this the trick: ``` countspermonth % tau_line(x = "month", y = "count") %>% tau_guide_x(label="Month") %>% tau_guide_y(label="Counts", label_padding=50) ```
I just noticed that my months are out of order :( . Is that fixable?
@timelyportfolio @hrbrmstr if the dates are `yearmon` I get this: ``` countspermonth % tau_line(x = "yearmon", y = "count") %>% tau_guide_x(label="Month") %>% tau_guide_y(label="Counts", label_padding=50) %>% tau_tooltip() %>% make_black_tooltip() ``` Is...
works! thanks!
No clue how to generate a little example without R :(
@vladminsky happy to read that they are in the road-map
In case it helps, i found that if i add ` secure = FALSE` to the server call everything works. Any suggestions for how to get it to work with...
Thanks a lot for your work and for looking into this bug!
I just wanted to confirm that this bug is not present in R 3.5. The following Dockerfile works perfectly fine: ``` FROM rocker/verse:3.5 RUN apt-get update \ && apt-get install...