Hadley Wickham
Hadley Wickham
If you re-build the site, you'll also need https://github.com/amirmasoudabdol/preferably/pull/17, which avoids two copies of the search box in the navbar.
I'd claim it's now a key part of the development workflow and we expect folks to have it installed.
And point folks to `pak::pak()` instead
It would be super nice to see a histogram (even if the binwidth isn't quite right) for continuous variables.
Specifically the interactions and correlations sections: ```R pointblank::scan_data(ggplot2::diamonds, sections = "IC") ``` Iteractions takes ~30s which isn't too surprising, but correlations takes a very long time, which does surprise me.
``` > use_git() ✔ Setting active project to "/Users/hadleywickham/Desktop/knitr-error". ✔ Initialising Git repo. ✔ Adding ".Rhistory", ".Rdata", ".httr-oauth", ".DS_Store", and ".quarto" to .gitignore. ℹ There are 4 uncommitted files: •...
Wrap up the code we used in purrr to make it easy for other packages to use the base pipe in examples. A stretch goal would be to also figure...
In my heart of hearts I feel like the performance of the `pr_` functions is slower than it should be. I don't really have any evidence to base this feeling...