Results 68 comments of Dr. Chester Ismay

There is no `prop` argument with [`infer::rep_slice_sample()`](https://github.com/tidymodels/infer/blob/28c2aa71bcc0ea38a37ec67e6652fd1940faf95f/R/rep_sample_n.R#L91). Maybe it's easier to just request one there?

With the current status of the package leading up to the ModernDive book printing, I think the general consensus is to request a `mutate()` instead of defining variables on-the-fly here...

A few more: - [x] If you have time I'd show what happens when you do `filter(Sex = "male")` and make a mention that there is a [tidyverse error guide...

I have lots of interest in Jupyter notebooks. I haven't done much work with them though. Do they have the ability to have a template file sit in the background...

Here is the resource I used to learn how to make templates.  They have examples from a variety of different journals:   http://rmarkdown.rstudio.com/developer_document_templates.html . I think you will get an idea...

No problem! The template.tex file referred to in the function call you referred to also calls the LaTeX reedthesis class file that folks use to make their thesis if they...

I haven't looked into the links here yet, but you might find something of value: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks#reproducible-academic-publications

Thanks much, @RhoBott! A rebuilding of the bookdown book will need to be made as well. I will try to get this automated at some point so that only the...

I’ll keep this pull request open. Feel free to tag me when your review and tweaks are done.

Well, it only took me a little over 6 years, but I'm now working on getting this implemented :). Thanks, @RhoBott and @pkq!