Charlotte Wickham
Charlotte Wickham
(Coming over from Forwards where Jenny linked to here) @hadley @batpigandme I think that kind of guide would be great! I also think it would be even greater if that...
@maelle Yeah, there are a lot of really nice guides on how to write a package, but I think that can be overwhelming when you just want to contribute. I...
A la `sRGBtoMunsell()` in [munsellintrpol](https://r-forge.r-project.org/projects/munsellinterpol/)
also note from: https://www.stat.auckland.ac.nz/~paul/Reports/roloc/NBS/roloc-nbs.html > Unfortunately, the R version, the 'munsellinterpol' package (Gama and Centore, 2015), does not appear to work correctly. However, the Python version, the 'colour' package (Mansencal...
I've struggled with this in the context of teaching package development as well. Like @ijlyttle, this is usually just to try to accommodate the few people that for whatever reason...
Came across the same problem trying to get `input_slider()` to work in a module. Seems like `bind_shiny()` doesn't play nice with the `session_proxy` object coming from `getDefaultReactiveDomain()`. A hack is...
@ChristinaLK Yes! I did a “recreate this plot” type exercise in a format for slightly more advanced R users: https://github.com/cwickham/data-science-in-tidyverse/blob/master/slides/04-Case-Study.pdf And from memory it worked pretty well...it’s a good way...
Note for 04-transform: * less filter examples, * drop `min_rank()` mutate example - requires downstream edits, * then make pipe example simpler, * make last example simpler, maybe include plotting
When do we tell people we will help them install at end of day?
When/how do we get people the slides? What kind of workflow for the 00-Quick-Data-Science section: Christina had an excellent idea of getting them to work in pairs through the steps,...