Xavier A

Results 5 comments of Xavier A

I was just bitten by this while experimenting with the `cur_*` functions from `dplyr`. ```r mtcars %>% group_by(gear, am) %>% summarise(grps = list(cur_group())) %>% hoist(grps, gear_grp = list("gear")) > Error...

Hi and thanks for the awesome library! I was wondering if you were aware of this initiative: https://github.com/gildas-lormeau/SingleFile It has a CLI, so I guess it could be used as...

Same error here, trying to install rClr on ubuntu 14.04.4, R 3.2.4, mono 4.2.3. Has anybody found a solution? ``` [...] ** building package indices ** installing vignettes ** testing...

Hi Bob, I would be very interested to see how a contribution is made!! Thanks a lot for offering.

Very interested in a video+vignette approach! 2 things I find particularly intriguing : how do you test geom before submitting a pull request and what does a properly formatted/documented pull...